|
@@ -249,7 +249,10 @@
|
|
|
// border-bottom: @TopHeaderBottomLine;
|
|
|
|
|
|
> a:hover {
|
|
|
- // background-color: rgba(100, 100, 100, .2) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ a:hover {
|
|
|
+ background-color: rgba(100, 100, 100, 0.1) !important;
|
|
|
}
|
|
|
|
|
|
.layui-nav-child {
|
|
@@ -276,6 +279,10 @@
|
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
+ &:hover {
|
|
|
+ background-color: rgba(100, 100, 100, 0.1) !important;
|
|
|
+ }
|
|
|
+
|
|
|
.nav-icon {
|
|
|
padding-right: 5px;
|
|
|
}
|