WIP toggle sidebar menu:

- Fix reload icon miss-positioned in FF
This commit is contained in:
Hadi Nategh 2015-09-10 15:36:28 +00:00
parent b56678ba93
commit f736e1af4a
3 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;}
}