mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fix triangle icon for toolbar's header button
This commit is contained in:
parent
76dbec4d8b
commit
f39248c89a
@ -2188,7 +2188,7 @@ div.ui-dialog div.ui-dialog-content > div[id] {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.et2_toolbar .et2_toolbar_more h .toolbar-admin-pref {
|
||||
background-image: url(../../../pixelegg/images/gear.png);
|
||||
background-image: url(../../../pixelegg/images/setup.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 12px;
|
||||
width: 20px;
|
||||
@ -2202,6 +2202,18 @@ div.ui-dialog div.ui-dialog-content > div[id] {
|
||||
.et2_toolbar .et2_toolbar_more h .toolbar-admin-pref:hover {
|
||||
background-color: #ffd555;
|
||||
}
|
||||
.et2_toolbar .et2_toolbar_more span.ui-accordion-header-icon {
|
||||
background-image: url(../../../pixelegg/images/arrow_right.svg);
|
||||
background-position: center;
|
||||
background-size: 12px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.et2_toolbar .et2_toolbar_more .ui-toolbar-menulistHeader.ui-accordion-header-active.ui-state-active span.ui-accordion-header-icon{
|
||||
background-image: url(../../../pixelegg/images/arrow_down.svg);
|
||||
background-size: 12px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.et2_toolbar .et2_toolbar_actionlist span[data-group]:not(:first-child) > button.et2_button:first-child {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user