1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Change side nav text color

This commit is contained in:
Daniel Molina 2014-09-11 11:01:11 +02:00 committed by Ruben S. Montero
parent 4bb772edce
commit aad765a8ab
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -221,10 +221,10 @@ input.search {
}
a {
color: #999 !important;
color: #777 !important;
&:hover {
color: #555;
color: #555 !important;
}
}
}