tahoma2d/stuff/config/qss/Default/less/layouts/taskviewer.less
Kite 6ecce05d81 Update Styles for V121 (#1986)
* Update Styles for v1.2.1
2018-05-25 18:18:18 +09:00

24 lines
474 B
Text

/* -----------------------------------------------------------------------------
Task Viewer
----------------------------------------------------------------------------- */
#TaskSheetItem,
#tasksRemoveBox,
#tasksAddBox {
&:extend(.LineEdit all);
}
#TaskSheetItemLabel {
color: @text-color;
}
#Tasks {
& QToolBar {
border-bottom: 1 solid @accent;
margin: 0;
padding: 0;
& QToolButton {
margin: 2 2 3 2;
}
}
}