mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
13185-Change border selected/hover tab
This commit is contained in:
parent
220dfb3ad3
commit
cc1832a866
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #14524f;
|
--primary-color: #14524f;
|
||||||
|
--primary-color-hover: #318280;
|
||||||
--secondary-color: #ffffff;
|
--secondary-color: #ffffff;
|
||||||
|
|
||||||
--text-color: #333;
|
--text-color: #333;
|
||||||
@ -4115,14 +4116,22 @@ div.div_groups_status {
|
|||||||
min-height: 53px;
|
min-height: 53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_tab li:hover:not(.menu-dots-li) {
|
|
||||||
box-shadow: inset 0px 4px var(--primary-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu_tab li.nomn_high,
|
#menu_tab li.nomn_high,
|
||||||
#menu_tab li.nomn_high span {
|
#menu_tab li.nomn_high span {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: inset 0px 4px var(--primary-color);
|
}
|
||||||
|
|
||||||
|
#menu_tab li.nomn_high::before,
|
||||||
|
#menu_tab li:hover:not(.menu-dots-li)::before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 40px;
|
||||||
|
height: 5px;
|
||||||
|
margin-left: -5px;
|
||||||
|
background-color: var(--primary-color-hover);
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_tab li.nomn img,
|
#menu_tab li.nomn img,
|
||||||
|
@ -22,6 +22,7 @@ Description: The default Pandora FMS theme layout
|
|||||||
*/
|
*/
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #14524f;
|
--primary-color: #14524f;
|
||||||
|
--primary-color-hover: #14524f;
|
||||||
--secondary-color: #222;
|
--secondary-color: #222;
|
||||||
|
|
||||||
--text-color: #fff;
|
--text-color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user