Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Nov 16, 2020
2 parents 7f1efba + f74a39f commit 6048a92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ StScrollBar StButton#hhandle:active {
border:rgba(0,0,0,0.8);
border-radius: 3px;
box-shadow: 0px 5px 11px 7px rgba(0,0,0,0.25);
background-color: rgba(0,0,0,0.25);
background-color: rgba(0,0,0,0.7);
border-top: 0px;
border-left: 0px;
border-right: 0px;
Expand Down Expand Up @@ -346,8 +346,8 @@ StScrollBar StButton#hhandle:active {
* Panel (panel.js)
* ===================================================================*/
#panel {
background-color: rgba(0,0,0,0.7);
box-shadow: 0 0 6px 6px rgba(0,0,0,0.25);
background-color: rgba(0,0,0,0.25);
box-shadow: 0 0 6px 6px rgba(0,0,0,0.5);
outline: 1px transparent;
color: #ffffff;
font-size: 9pt;
Expand Down
10 changes: 5 additions & 5 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ StScrollBar {

.popup-menu-boxpointer,
.candidate-popup-boxpointer {
background-color: rgba(0,0,0,0.25);
background-color: rgba(0,0,0,0.7);
-arrow-background-color: transparent;
-arrow-border-width: 0px;
-arrow-border-color: transparent;
Expand Down Expand Up @@ -574,7 +574,7 @@ StScrollBar {
#panel {
font-weight: normal;
color: white;
height: 24px;
height: 28px;
background-color: rgba(0,0,0,0.25);
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
text-shadow: none;
Expand Down Expand Up @@ -1875,7 +1875,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.5); }

#LookingGlassDialog {
background-color: rgba(0,0,0,0.95);
background-color: rgba(60,60,60,0.9);
spacing: 4px;
padding: 4px;
border: none;
Expand All @@ -1897,8 +1897,8 @@ StScrollBar {
#LookingGlassDialog .notebook-tab:hover {
color: white; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 2px;
border-color:#026ec4;
background-color:#026ec4;
box-shadow: none !important;
color: white; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
Expand Down

0 comments on commit 6048a92

Please sign in to comment.