HighContrast: don't need to work around ffox

No need for the workaround for ffox 36, works in 37

https://bugzilla.gnome.org/show_bug.cgi?id=747827
This commit is contained in:
Jakub Steiner 2015-04-15 14:55:35 +02:00
parent 7c79c01a51
commit 62a367105f
2 changed files with 2 additions and 2 deletions

View File

@ -1380,7 +1380,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
&.trough { @extend .scrollbars-junction; } &.trough { @extend .scrollbars-junction; }
&.slider { &.slider {
border-radius: 20px; border-radius: 20px;
border: 5px solid transparentize(mix($bg_color, $fg_color, 50%),0.99); //margin :/ border: 5px solid transparent; //margin
background-color: mix($bg_color, $fg_color, 50%); background-color: mix($bg_color, $fg_color, 50%);
&:backdrop, &:insensitive { &:backdrop, &:insensitive {
background-color: mix($bg_color, $fg_color, 90%); background-color: mix($bg_color, $fg_color, 90%);

View File

@ -1594,7 +1594,7 @@ GtkTreeView.view.progressbar {
border: none; } border: none; }
.scrollbar.slider { .scrollbar.slider {
border-radius: 20px; border-radius: 20px;
border: 5px solid rgba(127, 127, 127, 0.01); border: 5px solid transparent;
background-color: #7f7f7f; } background-color: #7f7f7f; }
.scrollbar.slider:backdrop, .scrollbar.slider:insensitive { .scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
background-color: #e5e5e5; } background-color: #e5e5e5; }