CSS refactoring

This commit is contained in:
Curtis SerVaas
2014-09-21 11:02:58 -04:00
parent 150eedd1c3
commit ee003dd113
10 changed files with 365 additions and 370 deletions
+8
View File
@@ -0,0 +1,8 @@
.selectedAboveDrop {
/*border-top: 2px solid red;*/
box-shadow: 0 -1px 0 red;
}
.selectedBelowDrop { /*change to boxShadow*/
border-bottom: 1px solid red;
}