css
This commit is contained in:
parent
ce395d6890
commit
a8ca233712
@ -396,7 +396,7 @@ a.dropdown-item {
|
|||||||
content: "\f35d";
|
content: "\f35d";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus {
|
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:hover span::before, .dropdown-item:focus {
|
||||||
color: #<?php echo $colortextbackhmenu; ?> !important;
|
color: #<?php echo $colortextbackhmenu; ?> !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
||||||
|
|||||||
@ -400,7 +400,7 @@ a.dropdown-item {
|
|||||||
content: "\f35d";
|
content: "\f35d";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus {
|
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:hover::before, .dropdown-item:hover span::before, .dropdown-item:focus {
|
||||||
color: #<?php echo $colortextbackhmenu; ?> !important;
|
color: #<?php echo $colortextbackhmenu; ?> !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
background: rgb(<?php echo $colorbackhmenu1 ?>);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user