modify navbar
Showing
5 changed files
with
16 additions
and
5 deletions
1 | /* | 1 | /* |
2 | * bootflat 2.0.2 | 2 | * bootflat 2.0.3 |
3 | * | 3 | * |
4 | * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. | 4 | * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. |
5 | * | 5 | * |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | * | 7 | * |
8 | * By @Flathemes <info@flathemes.com> | 8 | * By @Flathemes <info@flathemes.com> |
9 | * | 9 | * |
10 | * Last modify time: 2014-07-09 | 10 | * Last modify time: 2014-08-19 |
11 | * | 11 | * |
12 | * Licensed under the MIT license. Please see LICENSE for more information. | 12 | * Licensed under the MIT license. Please see LICENSE for more information. |
13 | * | 13 | * |
... | @@ -989,6 +989,10 @@ blockquote { | ... | @@ -989,6 +989,10 @@ blockquote { |
989 | } | 989 | } |
990 | .selecter.bottom .selecter-item:last-child { | 990 | .selecter.bottom .selecter-item:last-child { |
991 | border: none; | 991 | border: none; |
992 | border-radius: 0; | ||
993 | |||
994 | -webkit-border-radius: 0; | ||
995 | -moz-border-radius: 0; | ||
992 | } | 996 | } |
993 | .selecter.bottom.open .selecter-selected { | 997 | .selecter.bottom.open .selecter-selected { |
994 | border-radius: 0 0 4px 4px; | 998 | border-radius: 0 0 4px 4px; |
... | @@ -1663,6 +1667,10 @@ blockquote { | ... | @@ -1663,6 +1667,10 @@ blockquote { |
1663 | * navbar | 1667 | * navbar |
1664 | * -------------------------------------------------- | 1668 | * -------------------------------------------------- |
1665 | */ | 1669 | */ |
1670 | .navbar-form { | ||
1671 | padding: 0 !important; | ||
1672 | } | ||
1673 | |||
1666 | .navbar-default { | 1674 | .navbar-default { |
1667 | background-color: #37bc9b; | 1675 | background-color: #37bc9b; |
1668 | border-color: #37bc9b; | 1676 | border-color: #37bc9b; | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | @@ -17,6 +17,9 @@ $navbar-inverse-background-color: $black !default; | ... | @@ -17,6 +17,9 @@ $navbar-inverse-background-color: $black !default; |
17 | * navbar | 17 | * navbar |
18 | * -------------------------------------------------- | 18 | * -------------------------------------------------- |
19 | */ | 19 | */ |
20 | .navbar-form { | ||
21 | padding: 0 !important; | ||
22 | } | ||
20 | 23 | ||
21 | .navbar-default { | 24 | .navbar-default { |
22 | & { | 25 | & { |
... | @@ -76,6 +79,8 @@ $navbar-inverse-background-color: $black !default; | ... | @@ -76,6 +79,8 @@ $navbar-inverse-background-color: $black !default; |
76 | & .navbar-form { | 79 | & .navbar-form { |
77 | border-color: $navbar-item-background-color-hover; | 80 | border-color: $navbar-item-background-color-hover; |
78 | } | 81 | } |
82 | |||
83 | |||
79 | & .navbar-nav > .open > a, | 84 | & .navbar-nav > .open > a, |
80 | & .navbar-nav > .open > a:hover, | 85 | & .navbar-nav > .open > a:hover, |
81 | & .navbar-nav > .open > a:focus { | 86 | & .navbar-nav > .open > a:focus { |
... | @@ -209,5 +214,3 @@ $navbar-inverse-background-color: $black !default; | ... | @@ -209,5 +214,3 @@ $navbar-inverse-background-color: $black !default; |
209 | } | 214 | } |
210 | 215 | ||
211 | } | 216 | } |
212 | |||
213 | ... | ... |
... | @@ -46,7 +46,7 @@ $toggle-checked-shadow: inset 0 0 0 1px $lightgray-light, 1px 1p | ... | @@ -46,7 +46,7 @@ $toggle-checked-shadow: inset 0 0 0 1px $lightgray-light, 1px 1p |
46 | & .handle { | 46 | & .handle { |
47 | display: block; | 47 | display: block; |
48 | position: relative; | 48 | position: relative; |
49 | top: $toggle-handle-height * -0.5; | 49 | top: -20px; |
50 | left: 0; | 50 | left: 0; |
51 | width: $toggle-handle-width; | 51 | width: $toggle-handle-width; |
52 | height: $toggle-handle-height; | 52 | height: $toggle-handle-height; | ... | ... |
-
Please register or sign in to post a comment