Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Feb 9, 2021
1 parent 0b1abaa commit af3b4bf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/_sass/gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ StScrollBar {
border-radius: 3px;
padding: 4px 12px;
color: $_shell_fg_color;
background-color: rgba(black, 0.5);
background-color: rgba(darken($osd_bg_color, 8%), 0.95);
text-align: center;
border: 1px solid rgba(black, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-manjaro/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-manjaro/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-manjaro/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-ubuntu/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-ubuntu/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-ubuntu/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border-radius: 3px;
padding: 4px 12px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(22, 23, 28, 0.95);
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.75);
box-shadow: none;
Expand Down

0 comments on commit af3b4bf

Please sign in to comment.