|
- @import "variables.less";
-
- .navbar .dropdown-toggle {
- padding-top: 8px;
- padding-bottom: 8px;
- }
-
- .navbar-fixed-top {
- left: 0px;
- right: 0px;
- }
-
- .navbar a {
- font-size: 12px;
- font-weight: bold;
- }
-
- .navbar .breadcrumb-divider {
- margin-top: 10px;
- }
-
- .navbar .breadcrumb-divider i {
- color: @navbar-inverse-color;
- }
-
- .navbar-icon-home {
- vertical-align: middle;
- }
-
- .navbar-icon-home:hover,
- .navbar-icon-home:focus,
- .navbar-icon-home:active,
- .navbar-icon-home-hover{
- opacity:1;
- Filter:alpha(opacity=100); /* For IE8 and earlier */
- }
-
- .navbar-user-image {
- width: 24px;
- height: 24px;
- margin-right: 3px;
- border-radius: 4px;
- }
-
- .navbar-new-comments {
- display: inline-block;
- min-width: 24px;
- height: 24px;
- border-radius: 4px;
- background-color: @indicator-red;
- color: #fff;
- text-align: center;
- padding: 1px 5px;
- }
-
- #navbar-search {
- width: 300px;
- }
-
- .navbar .navbar-search-icon {
- color: @navbar-default-color;
- font-size: inherit;
- position: relative;
- right: 24px;
- top: 1px;
- }
-
- .navbar .badge {
- font-weight: normal;
- }
-
- #navbar-notification > li > a& {
- &:hover .badge,
- &:focus .badge,
- &:active .badge {
- background-color: #D8DFE5;
- }
- }
-
- #navbar-search-results {
- left: auto;
- right: inherit;
- margin-top: -1px;
- max-height: 300px;
- overflow-y: auto;
- overflow-x: hidden;
- }
|