Chris Houseknecht
2014-08-15 23:02:47 -04:00
parent e25778d0ed
commit 5bc8255d8f
3 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
*
*/
@active-color: #c6e5e5;
@active-color: #EDF2F2; // #c6e5e5;
@black: #171717;
@blue: #1778c3; /* logo blue */
@blue-link: #1778c3;

View File

@@ -293,7 +293,7 @@
border: none;
}
.active {
background-color: #EDF2F2;
background-color: @active-color;
}
.loading-info {
padding-top: 5px;