Fix mobile theme top_menu_toolbar broken in IE

This commit is contained in:
Hadi Nategh 2015-03-17 13:59:31 +00:00
parent c2b6b0027d
commit 955bf2cccf
2 changed files with 2 additions and 0 deletions

View File

@ -6381,6 +6381,7 @@ a.textSidebox {
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li {
display: -webkit-inline-box;
display: -moz-inline-box;
display: inline;
padding: 2px;
}
#egw_fw_basecontainer div#egw_fw_topmenu_items ul li:hover {

View File

@ -180,6 +180,7 @@
li{
display: -webkit-inline-box;
display: -moz-inline-box;
display: inline;
padding:2px;
&:hover {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);