Last change
on this file since 17952 was
11927,
checked in by Henrik Bettermann, 10 years ago
|
Adjust color of navbar toggle button.
|
File size:
940 bytes
|
Rev | Line | |
---|
[11123] | 1 | a { |
---|
| 2 | color: #325088; |
---|
| 3 | } |
---|
| 4 | |
---|
| 5 | a:hover { |
---|
| 6 | color: #082250; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | .topbar a { |
---|
| 10 | color: white; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | .navbar-inverse { |
---|
| 14 | background-color: #082250; |
---|
| 15 | background-image: -webkit-linear-gradient(top, #082250 0%, #325088 100%); |
---|
| 16 | background-image: linear-gradient(to bottom, #082250 0%, #325088 100%); |
---|
| 17 | background-repeat: repeat-x; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | .navbar-inverse .navbar-brand, |
---|
| 21 | .navbar-inverse .navbar-nav > li > a { |
---|
| 22 | color: #cccccc; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | .navbar-inverse .navbar-nav > li > a:hover, |
---|
| 26 | .navbar-inverse .navbar-nav > .active > a, |
---|
| 27 | .navbar-inverse .navbar-nav > .active > a:hover, |
---|
| 28 | .navbar-inverse .navbar-nav > .active > a:focus { |
---|
| 29 | color: #ffffff; |
---|
| 30 | background-color: #325088; |
---|
| 31 | background-image: none; |
---|
| 32 | background-image: none; |
---|
| 33 | filter: none; |
---|
| 34 | -webkit-box-shadow: none; |
---|
| 35 | box-shadow: none; |
---|
| 36 | } |
---|
[11927] | 37 | |
---|
| 38 | .navbar-inverse .navbar-toggle { |
---|
| 39 | border-color: #325088; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | .navbar-inverse .navbar-toggle:hover, |
---|
| 43 | .navbar-inverse .navbar-toggle:focus { |
---|
| 44 | background-color: #325088; |
---|
| 45 | } |
---|
Note: See
TracBrowser for help on using the repository browser.