Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster committed Mar 18, 2019
1 parent ebac886 commit 69e9916
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Mist/gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2581,12 +2581,11 @@ need to reset default to zero since middle ones curve now*/

.keyboard-key.shift-key-uppercase {
background-image: url("assets/key-shift-white.svg");
background-color: rgba(255,255,255,0.2);
}
background-color: rgba(255,255,255,0.2); }
.keyboard-key.shift-key-uppercase:latched {
background-image: url("assets/key-shift-white-latched.svg");
background-color: rgba(255,255,255,0.2);
}
background-color: rgba(255,255,255,0.2); }

.keyboard-key.hide-key {
background-image: url("assets/key-hide.svg"); }
Expand Down

0 comments on commit 69e9916

Please sign in to comment.