mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Fix timer dropdown menu position
This commit is contained in:
parent
3c79bd4345
commit
a09d833a07
@ -5477,6 +5477,8 @@ span.overlayContainer img.overlay {
|
|||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
|
height: 45px;
|
||||||
|
width: 45px;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running {
|
#egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running {
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -244,6 +244,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
|
height: 45px;
|
||||||
|
width: 45px;
|
||||||
}
|
}
|
||||||
#topmenu_timer.running {
|
#topmenu_timer.running {
|
||||||
color: black;
|
color: black;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user