Skip to content

Commit

Permalink
More grey, less black (far from pretty, just applying grey by default…
Browse files Browse the repository at this point in the history
… as it's easy to debug white and black content with it)
  • Loading branch information
clefebvre committed Dec 20, 2011
1 parent f4d1345 commit 10654a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/theme/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ StTooltip StLabel {

.popup-menu-boxpointer {
-arrow-border-radius: 8px;
-arrow-background-color: rgba(0,0,0,0.9);
-arrow-background-color: rgba(80,80,80,0.9);
-arrow-border-width: 2px;
-arrow-border-color: #a5a5a5;
-arrow-base: 24px;
Expand Down Expand Up @@ -326,7 +326,7 @@ StTooltip StLabel {
}

.panel-corner {
-panel-corner-radius: 10px;
-panel-corner-radius: 0px;
-panel-corner-background-color: black;
-panel-corner-inner-border-width: 2px;
-panel-corner-inner-border-color: transparent;
Expand Down Expand Up @@ -1507,7 +1507,7 @@ StTooltip StLabel {
}

.switcher-list {
background: rgba(0,0,0,0.8);
background: rgba(80,80,80,0.8);
border: 1px solid rgba(128,128,128,0.40);
border-radius: 24px;
padding: 20px;
Expand Down

0 comments on commit 10654a5

Please sign in to comment.