tahoma2d/stuff/config/qss/Medium/less/layouts/taskviewer.less
2020-05-23 21:33:36 -06:00

24 lines
450 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;
}
}
}