style.qss (QGIS-final-3_10_11) | : | style.qss (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 693 | skipping to change at line 693 | |||
/* SLIDER */ | /* SLIDER */ | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
QSlider::groove:horizontal { | QSlider::groove:horizontal { | |||
border: 1px solid @itemdarkbackground; | border: 1px solid @itemdarkbackground; | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
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: @itemdarkbackground; | background-color: @itemdarkbackground; | |||
margin: 0.15em 1px; | margin: 0.15em 1px; | |||
} | } | |||
QSlider::groove:horizontal[invertedAppearance="true"] { | ||||
background-color: @itembackground; | ||||
} | ||||
QSlider::groove:vertical { | QSlider::groove:vertical { | |||
border: 1px solid @itemdarkbackground; | border: 1px solid @itemdarkbackground; | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
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: @itemdarkbackground; | background-color: @itembackground; | |||
margin: 1px 0.15em; | margin: 1px 0.15em; | |||
} | } | |||
QSlider::groove:vertical[invertedAppearance="true"] { | ||||
background-color: @itemdarkbackground; | ||||
} | ||||
QSlider::handle:horizontal { | QSlider::handle:horizontal { | |||
background: @gradient; | background: @gradient; | |||
border: 1px solid @itemdarkbackground; | border: 1px solid @itemdarkbackground; | |||
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 */ | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
} | } | |||
QSlider::handle:vertical { | QSlider::handle:vertical { | |||
background: @gradient; | background: @gradient; | |||
skipping to change at line 724 | skipping to change at line 729 | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
} | } | |||
QSlider::sub-page:horizontal { | QSlider::sub-page:horizontal { | |||
border: 1px solid @itemdarkbackground; | border: 1px solid @itemdarkbackground; | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
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::sub-page:horizontal[invertedAppearance="true"] { | ||||
background-color: @itemdarkbackground; | ||||
} | ||||
QSlider::sub-page:vertical { | QSlider::sub-page:vertical { | |||
border: 1px solid @itemdarkbackground; | border: 1px solid @itemdarkbackground; | |||
border-radius: 0.15em; | border-radius: 0.15em; | |||
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: @itemdarkbackground; | |||
margin: 1px 0.15em; | margin: 1px 0.15em; | |||
} | } | |||
QSlider::sub-page:vertical[invertedAppearance="true"] { | ||||
background-color: @itembackground; | ||||
} | ||||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
/* OTHER */ | /* OTHER */ | |||
/* ============================================================================= ======= */ | /* ============================================================================= ======= */ | |||
QAbstractItemView, QListView | QAbstractItemView, QListView | |||
{ | { | |||
background-color: @itembackground; | background-color: @itembackground; | |||
alternate-background-color: @itemalternativebackground; | alternate-background-color: @itemalternativebackground; | |||
color: @text; | color: @text; | |||
skipping to change at line 1033 | skipping to change at line 1043 | |||
} | } | |||
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. 7 change blocks. | ||||
4 lines changed or deleted | 14 lines changed or added |