flat.less (tine20-2020.08.3) | : | flat.less (tine20-2020.08.4) | ||
---|---|---|---|---|
skipping to change at line 597 | skipping to change at line 597 | |||
// till all triggers are updated... | // till all triggers are updated... | |||
.x-form-trigger-flat { | .x-form-trigger-flat { | |||
background-position: 2px 1px !important; | background-position: 2px 1px !important; | |||
border-bottom: none; | border-bottom: none; | |||
background-size: 13px; | background-size: 13px; | |||
background-color: white; | background-color: white; | |||
border-bottom: 1px solid @tbColor; | border-bottom: 1px solid @tbColor; | |||
box-sizing: border-box; | box-sizing: border-box; | |||
&:hover { | &:hover { | |||
background-size: 15px; | background-size: 15px 15px !important; | |||
background-position: 1px 0px !important; | background-position: 1px 0px !important; | |||
} | } | |||
} | } | |||
.x-trigger-wrap-focus .x-form-trigger { | .x-trigger-wrap-focus .x-form-trigger { | |||
border-bottom: 1px solid @focusColor !important; | border-bottom: 1px solid @focusColor !important; | |||
box-sizing: border-box; | box-sizing: border-box; | |||
} | } | |||
.x-form-field-wrap .x-form-trigger, // twin triggers e.g. preferences admin dlg | .x-form-field-wrap .x-form-trigger, // twin triggers e.g. preferences admin dlg | |||
skipping to change at line 874 | skipping to change at line 874 | |||
background-image: none; | background-image: none; | |||
} | } | |||
.x-window { | .x-window { | |||
#shadow(); | #shadow(); | |||
.x-tool { | .x-tool { | |||
background-size: 13px 13px; | background-size: 13px 13px; | |||
background-position: 1px 1px !important; | background-position: 1px 1px !important; | |||
&:hover { | &:hover { | |||
background-size: 15px 15px; | background-size: 15px 15px !important; | |||
background-position: 0 0 !important; | background-position: 0 0 !important; | |||
} | } | |||
} | } | |||
.x-tool-close { | .x-tool-close { | |||
background-image: url('../../images/icon-set/icon_clear.svg') !important; | background-image: url('../../images/icon-set/icon_clear.svg') !important; | |||
} | } | |||
} | } | |||
.x-window-tl .x-window-header { | .x-window-tl .x-window-header { | |||
skipping to change at line 896 | skipping to change at line 896 | |||
} | } | |||
///* TOOLS */ | ///* TOOLS */ | |||
// problems with trees yet | // problems with trees yet | |||
.x-tool { | .x-tool { | |||
background-size: 13px 13px; | background-size: 13px 13px; | |||
background-position: 1px 1px !important; | background-position: 1px 1px !important; | |||
background-image: url(../../images/icon-set/icon_arrow_up.svg); | background-image: url(../../images/icon-set/icon_arrow_up.svg); | |||
&:hover { | &:hover { | |||
background-size: 15px 15px; | background-size: 15px 15px !important; | |||
background-position: 0 0 !important; | background-position: 0 0 !important; | |||
} | } | |||
.x-panel-collapsed & { | .x-panel-collapsed & { | |||
background-image:url(../../images/icon-set/icon_arrow_down.svg); | background-image:url(../../images/icon-set/icon_arrow_down.svg); | |||
} | } | |||
} | } | |||
// | // | |||
//.x-tool-close { | //.x-tool-close { | |||
// background-image: url('../../images/icon-set/icon_clear.svg') !important; | // background-image: url('../../images/icon-set/icon_clear.svg') !important; | |||
//} | //} | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |