web-apps/apps/common/main/resources/less/winxp_fix.less

19 lines
416 B
Plaintext
Raw Normal View History

2019-04-29 15:03:21 +00:00
.winxp {
2022-02-24 19:40:22 +00:00
@toolbar-editor-height: 28px;
@toolbar-viewer-height: 32px;
.toolbar {
.tabs > ul, .extra .btn-slot {
height: @toolbar-editor-height;
2019-04-29 15:03:21 +00:00
}
2022-02-24 19:40:22 +00:00
&.toolbar-view {
.tabs > ul, .extra .btn-slot {
height: @toolbar-viewer-height;
}
}
}
#box-document-title .btn-slot {
height: @toolbar-editor-height;
}
2019-04-29 15:03:21 +00:00
}