- some more fixes for the 'Light' theme
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM Evo beta
|
|||||||
19.04.2022
|
19.04.2022
|
||||||
|
|
||||||
- fixed and prettified the 'Light' theme
|
- fixed and prettified the 'Light' theme
|
||||||
|
- some more fixes for the 'Light' theme
|
||||||
|
|
||||||
18.04.2022
|
18.04.2022
|
||||||
|
|
||||||
|
|||||||
@@ -715,7 +715,8 @@ QToolBox::tab:selected:disabled {
|
|||||||
QAbstractScrollArea {
|
QAbstractScrollArea {
|
||||||
selection-background-color: #4ca6e5;
|
selection-background-color: #4ca6e5;
|
||||||
selection-color: #4d5157;
|
selection-color: #4d5157;
|
||||||
margin: 1px;
|
margin: 0px;
|
||||||
|
padding: 0px, 0px, 0px, 0px;
|
||||||
}
|
}
|
||||||
QAbstractScrollArea:disabled {
|
QAbstractScrollArea:disabled {
|
||||||
selection-background-color: #0081db;
|
selection-background-color: #0081db;
|
||||||
@@ -776,7 +777,7 @@ QAbstractItemView QAbstractSpinBox,
|
|||||||
QAbstractItemView QComboBox,
|
QAbstractItemView QComboBox,
|
||||||
QAbstractItemView QAbstractButton {
|
QAbstractItemView QAbstractButton {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 1px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
QTreeView::branch {
|
QTreeView::branch {
|
||||||
border-image: url(${path}/themes/light/svg/vertical_line__guides-stroke-inactive.svg) 0;
|
border-image: url(${path}/themes/light/svg/vertical_line__guides-stroke-inactive.svg) 0;
|
||||||
@@ -833,7 +834,7 @@ QHeaderView {
|
|||||||
QHeaderView::section {
|
QHeaderView::section {
|
||||||
background: #dadce0;
|
background: #dadce0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0 4px;
|
padding: 0 0px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
QHeaderView::section:horizontal:on,
|
QHeaderView::section:horizontal:on,
|
||||||
|
|||||||
Reference in New Issue
Block a user