* All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht.

This commit is contained in:
Hadi Nategh 2016-10-28 10:17:14 +02:00
parent ac5ba391c6
commit 02e2dc00e3
5 changed files with 8 additions and 4 deletions

View File

@ -159,6 +159,7 @@
}
.et2_button_icon {
height: 16px;
background-color: transparent;
}
/* give the image a button lock and feel*/
img.et2_button_icon[src*="svg"] {
@ -1230,7 +1231,7 @@ option:checked {
border-radius: 2px;
}
.ui-icon-close:hover {
background-color: #B4B4B4;
background-color: transparent;
}
.ui-icon-close:active {
background-color: #fecc44 !important;

View File

@ -148,6 +148,7 @@
}
.et2_button_icon {
height: 16px;
background-color: transparent;
}
/* give the image a button lock and feel*/
img.et2_button_icon[src*="svg"] {
@ -1219,7 +1220,7 @@ option:checked {
border-radius: 2px;
}
.ui-icon-close:hover {
background-color: #B4B4B4;
background-color: transparent;
}
.ui-icon-close:active {
background-color: #fecc44 !important;

View File

@ -125,6 +125,7 @@ a.et2_url.url {
.et2_button_icon {
.dimension_height_s;
background-color: transparent;
}
/* give the image a button lock and feel*/

View File

@ -195,7 +195,7 @@ option:checked {background-color: @egw_color_1_e;}
background-position: 0px 0px;
.rounded (2px);
&:hover{ background-color: @gray_30;}
&:hover{ background-color: transparent;}
&:active { background-color: @color_cancel_action_active !important; }
}

View File

@ -170,6 +170,7 @@
}
.et2_button_icon {
height: 16px;
background-color: transparent;
}
/* give the image a button lock and feel*/
img.et2_button_icon[src*="svg"] {
@ -1241,7 +1242,7 @@ option:checked {
border-radius: 2px;
}
.ui-icon-close:hover {
background-color: #B4B4B4;
background-color: transparent;
}
.ui-icon-close:active {
background-color: #fecc44 !important;