style.qss (QGIS-final-3_10_11) | : | style.qss (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 702 | skipping to change at line 702 | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
/* SLIDER */ | /* SLIDER */ | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
QSlider::groove:horizontal { | QSlider::groove:horizontal { | |||
border: 1px solid @itembackground; | border: 1px solid @itembackground; | |||
height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | |||
background-color: @itembackground; | background-color: @itembackground; | |||
margin: 0.15em 1px; | margin: 0.15em 1px; | |||
} | } | |||
QSlider::groove:horizontal[invertedAppearance="true"] { | ||||
border-color: @selection; | ||||
background-color: @selection; | ||||
} | ||||
QSlider::groove:vertical { | QSlider::groove:vertical { | |||
border: 1px solid @itembackground; | border: 1px solid @selection; | |||
width: 0.4em; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */ | width: 0.4em; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */ | |||
background-color: @itembackground; | background-color: @selection; | |||
margin: 1px 0.15em; | margin: 1px 0.15em; | |||
} | } | |||
QSlider::groove:vertical[invertedAppearance="true"] { | ||||
border-color: @itembackground; | ||||
background-color: @itembackground; | ||||
} | ||||
QSlider::handle:horizontal { | QSlider::handle:horizontal { | |||
background: @darkgradient; | background: @darkgradient; | |||
border: 1px solid @itembackground; | border: 1px solid @itembackground; | |||
width: 1.3em; | width: 1.3em; | |||
margin: -0.15em -1px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ | margin: -0.15em -1px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ | |||
} | } | |||
QSlider::handle:vertical { | QSlider::handle:vertical { | |||
background: @darkgradient; | background: @darkgradient; | |||
border: 1px solid @itembackground; | border: 1px solid @itembackground; | |||
height: 1.3em; | height: 1.3em; | |||
margin: -1px -0.15em; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ | margin: -1px -0.15em; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ | |||
} | } | |||
QSlider::sub-page:horizontal { | QSlider::sub-page:horizontal { | |||
border: 1px solid @selection; | border: 1px solid @selection; | |||
height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | |||
background-color: @selection; | background-color: @selection; | |||
margin: 0.15em 1px; | margin: 0.15em 1px; | |||
} | } | |||
QSlider::sub-page:horizontal[invertedAppearance="true"] { | ||||
border-color: @itembackground; | ||||
background-color: @itembackground; | ||||
} | ||||
QSlider::sub-page:vertical { | QSlider::sub-page:vertical { | |||
border: 1px solid @selection; | border: 1px solid @itembackground; | |||
height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | height: 0.4em; /* the groove expands to the size of the slider by default. b y giving it a height, it has a fixed size */ | |||
background-color: @selection; | background-color: @itembackground; | |||
margin: 1px 0.15em; | margin: 1px 0.15em; | |||
} | } | |||
QSlider::sub-page:vertical[invertedAppearance="true"] { | ||||
border-color: @selection; | ||||
background-color: @selection; | ||||
} | ||||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
/* OTHER */ | /* OTHER */ | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
QAbstractItemView, QListView | QAbstractItemView, QListView | |||
{ | { | |||
background-color: @itembackground; | background-color: @itembackground; | |||
alternate-background-color: @background; | alternate-background-color: @background; | |||
color: @text; | color: @text; | |||
skipping to change at line 862 | skipping to change at line 876 | |||
{ | { | |||
background-color: @selection; | background-color: @selection; | |||
color: @textlight; | color: @textlight; | |||
} | } | |||
QgsLayerTreeView::indicator:unchecked, | QgsLayerTreeView::indicator:unchecked, | |||
QTreeView#viewGraduated::indicator:unchecked, | QTreeView#viewGraduated::indicator:unchecked, | |||
QTreeView#viewCategories::indicator:unchecked, | QTreeView#viewCategories::indicator:unchecked, | |||
QTreeView#viewRules::indicator:unchecked | QTreeView#viewRules::indicator:unchecked | |||
{ | { | |||
border: none; | ||||
image: url(@theme_path/icons/eye-blocked.svg); | image: url(@theme_path/icons/eye-blocked.svg); | |||
} | } | |||
QgsLayerTreeView::indicator:checked, | QgsLayerTreeView::indicator:checked, | |||
QTreeView#viewGraduated::indicator:checked, | QTreeView#viewGraduated::indicator:checked, | |||
QTreeView#viewCategories::indicator:checked, | QTreeView#viewCategories::indicator:checked, | |||
QTreeView#viewRules::indicator:checked | QTreeView#viewRules::indicator:checked | |||
{ | { | |||
border: none; | ||||
image: url(@theme_path/icons/eye.svg); | image: url(@theme_path/icons/eye.svg); | |||
} | } | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
/* TABLE VIEW */ | /* TABLE VIEW */ | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
QTableView { | QTableView { | |||
color: @text; | color: @text; | |||
selection-background-color: @selection; | selection-background-color: @selection; | |||
skipping to change at line 1070 | skipping to change at line 1086 | |||
} | } | |||
QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab, | QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab, | |||
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab { | QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab { | |||
width: 1.2em; | width: 1.2em; | |||
} | } | |||
QWidget#QgsRasterCalcDialogBase QWidget#mOperatorsGroupBox QPushButton { | QWidget#QgsRasterCalcDialogBase QWidget#mOperatorsGroupBox QPushButton { | |||
min-width:2.3em; | min-width:2.3em; | |||
} | } | |||
QFrame#mUserInputContainer { | ||||
background-color: @background; | ||||
} | ||||
End of changes. 11 change blocks. | ||||
6 lines changed or deleted | 22 lines changed or added |