Adwaita: scale marks visible on the dark variant

This commit is contained in:
Lapo Calamandrei 2015-06-23 19:11:15 +02:00
parent aa052c6d29
commit ec9a39977a
3 changed files with 18 additions and 8 deletions

View File

@ -2326,6 +2326,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2;
color: transparentize($fg_color, 0.7); // marks color
@extend %#{$we}_#{$dn};
@each $s,$as in ('',''),

View File

@ -3099,7 +3099,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.scale-has-marks-below {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(238, 238, 236, 0.3); }
.scale.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
@ -3152,7 +3153,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.scale-has-marks-above {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(238, 238, 236, 0.3); }
.scale.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;
@ -3205,7 +3207,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.vertical.scale-has-marks-below {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(238, 238, 236, 0.3); }
.scale.vertical.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
@ -3258,7 +3261,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.vertical.scale-has-marks-above {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(238, 238, 236, 0.3); }
.scale.vertical.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;

View File

@ -3261,7 +3261,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.scale-has-marks-below {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(46, 52, 54, 0.3); }
.scale.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
@ -3314,7 +3315,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.scale-has-marks-above {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(46, 52, 54, 0.3); }
.scale.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;
@ -3367,7 +3369,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.vertical.scale-has-marks-below {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(46, 52, 54, 0.3); }
.scale.vertical.scale-has-marks-below.slider {
border-style: none;
border-radius: 0;
@ -3420,7 +3423,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
.scale.vertical.scale-has-marks-above {
-GtkScale-slider-length: 20;
-GtkRange-slider-width: 24;
-GtkRange-trough-border: 2; }
-GtkRange-trough-border: 2;
color: rgba(46, 52, 54, 0.3); }
.scale.vertical.scale-has-marks-above.slider {
border-style: none;
border-radius: 0;