Refactor code themes

This commit is contained in:
randx 2012-06-18 20:18:14 +03:00
parent 22d6dc2b3b
commit 2dd17623c9
5 changed files with 7 additions and 13 deletions

View file

@ -165,11 +165,11 @@ a:focus {
}
.nav-pills a:hover {
background-color:#ccc;
background-color:#888;
}
.nav-pills .active a {
background-color: #aaa;
background-color: $style_color;
}
.label {