diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 6546ba7b56..169521ce83 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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;