Remove the animation from preferences button in mobile theme

This commit is contained in:
Hadi Nategh 2015-08-20 12:21:35 +00:00
parent 43afc55932
commit 62805cc294
3 changed files with 0 additions and 8 deletions

View File

@ -6421,10 +6421,6 @@ a.textSidebox {
display: inline-block; display: inline-block;
background-position: center; background-position: center;
} }
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_prefs:active {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
#egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl:before { #egw_fw_basecontainer div#egw_fw_topmenu_items ul a#topmenu_acl:before {
content: ""; content: "";
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -212,10 +212,6 @@
display: inline-block; display: inline-block;
background-position: center; background-position: center;
} }
&:active {
-webkit-transform:rotate(180deg);
transform: rotate(180deg);
}
} }
a#topmenu_acl:before { a#topmenu_acl:before {

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B