tahoma2d/stuff/config/qss/Medium/less/layouts/taskviewer.less

25 lines
450 B
Text
Raw Normal View History

2020-05-24 15:33:36 +12:00
/* -----------------------------------------------------------------------------
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;
}
}
}