forked from extern/egroupware
WIP toggle sidebar menu:
- Fix reload icon miss-positioned in FF
This commit is contained in:
parent
b56678ba93
commit
f736e1af4a
@ -4743,6 +4743,7 @@ td.message span.message {
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;
|
||||
background-position-y: 60%;
|
||||
background-position: 74%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1:active {
|
||||
background-image: url(../images/ajax-loader.gif) !important;
|
||||
|
@ -4732,6 +4732,7 @@ td.message span.message {
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;
|
||||
background-position-y: 60%;
|
||||
background-position: 74%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1:active {
|
||||
background-image: url(../images/ajax-loader.gif) !important;
|
||||
|
@ -128,7 +128,9 @@
|
||||
background-image: url(../images/reload.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;background-position-y: 60%;
|
||||
background-position-x: 74%;
|
||||
background-position-y: 60%;
|
||||
background-position: 74%;
|
||||
&:active {background-image: url(../images/ajax-loader.gif) !important;}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user