[Notice] Announcing the End of Demo Server [Read me]

fix dropdown CSS
@739e19d5bf98451cf5f7c5d46c472579b298f519
--- app/assets/stylesheets/less/_hiveUI.less
+++ app/assets/stylesheets/less/_hiveUI.less
... | ... | @@ -53,16 +53,22 @@ |
53 | 53 |
.btn .caret { |
54 | 54 |
border-top-color:@blue; |
55 | 55 |
} |
56 |
+.dropdown-menu li { |
|
57 |
+ margin-bottom:1px; |
|
58 |
+} |
|
56 | 59 |
.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a { |
57 |
- background-color:@darkgray !important; |
|
58 |
- .linear-gradient(@darkgray, darken(@darkgray, 10%)); |
|
60 |
+ background:@darkgray !important; |
|
61 |
+ /*.linear-gradient(@darkgray, darken(@darkgray, 10%));*/ |
|
59 | 62 |
} |
60 | 63 |
.dropdown-menu .active > a, .dropdown-menu .active > a:hover { |
61 | 64 |
color:#fff; |
62 |
- background-color:@darkgray !important; |
|
63 |
- .linear-gradient(@darkgray, darken(@darkgray, 10%)); |
|
65 |
+ background:@darkgray !important; |
|
66 |
+ /*.linear-gradient(@darkgray, darken(@darkgray, 10%));*/ |
|
64 | 67 |
} |
65 |
- |
|
68 |
+.dropdown-menu .disabled span { |
|
69 |
+ padding-left:10px; |
|
70 |
+ font-weight:bold; color:@darkgray; |
|
71 |
+} |
|
66 | 72 |
/** buttons **/ |
67 | 73 |
.nbtn { |
68 | 74 |
text-align :center; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?