mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht.
This commit is contained in:
parent
ac5ba391c6
commit
02e2dc00e3
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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*/
|
||||
|
@ -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; }
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user