Move color to it's real home

This commit is contained in:
Błażej Pankowiak 2014-08-14 21:54:24 +02:00
parent ede042f6cd
commit 7ff0776d59
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,3 @@
$bluebg: #e7f2f7;
.aspect_dropdown {
li {
@ -341,7 +339,7 @@ $bluebg: #e7f2f7;
display: block;
margin-right: 6px;
padding: 4px;
&:hover { background-color: $bluebg; }
&:hover { background-color: $background-blue; }
.label {
background-color: $background-grey;

View file

@ -2,6 +2,7 @@ $highlight-white: #FAFAFA;
$background-white: #FFFFFF;
$background-grey: #EEEEEE;
$background-blue: #E7F2F7;
$grey: #2B2B2B;
$light-grey: #DDDDDD;