mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
WIP darkmode theme: add missing css part
This commit is contained in:
parent
f21ac58c87
commit
76ac51b94d
@ -5074,6 +5074,7 @@ td.message span.message {
|
||||
right: 0px;
|
||||
z-index: 1000;
|
||||
background-color: #fbfbfb;
|
||||
/*darkmode*/
|
||||
/*Notification*/
|
||||
/*Search button*/
|
||||
/*current user info*/
|
||||
@ -5165,6 +5166,18 @@ td.message span.message {
|
||||
height: 45px;
|
||||
display: inline-block;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_darkmode span {
|
||||
background-image: url(../images/darkmode_off.svg);
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
display: inline-block;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_darkmode span.darkmode_on {
|
||||
background-image: url(../images/darkmode_on.svg);
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications {
|
||||
line-height: 45px;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user