diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-07 15:02:42 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-03-07 15:03:31 +0100 |
| commit | 53f7cfc846958675377687f3e936af5712fb5331 (patch) | |
| tree | 57d75a58aee5468b32243227515a72cb1f72ba10 /shell/style.css | |
| parent | 9ae75e8d9c56710d2f2cb3d2f2ea33496d8f9c08 (diff) | |
| download | graynard-53f7cfc846958675377687f3e936af5712fb5331.tar.gz graynard-53f7cfc846958675377687f3e936af5712fb5331.zip | |
style: rename classes from wgs-* to maynard-*
Diffstat (limited to 'shell/style.css')
| -rw-r--r-- | shell/style.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/shell/style.css b/shell/style.css index b623430..405d172 100644 --- a/shell/style.css +++ b/shell/style.css @@ -1,40 +1,40 @@ -.wgs-panel { +.maynard-panel { background-color: alpha(black, 0.7); } -.wgs-wifi { +.maynard-wifi { background-color: #6d6d6d; color: white; padding: 16px; } -.wgs-audio { +.maynard-audio { background-color: #b4b4b4; color: white; padding: 16px; } -.wgs-apps { +.maynard-apps { color: #bebebe; } -.wgs-apps:hover { +.maynard-apps:hover { -GtkWidget-focus-line-width: 0px; background-color: #1c1c1c; background-image: none; color: white; } -.wgs-clock { +.maynard-clock { background-color: #929292; color: white; } -.wgs-grid { +.maynard-grid { background-color: alpha(white, 0.5); } -.wgs-grid-item { +.maynard-grid-item { background-color: alpha(black, 0.7); color: white; font: Droid Sans 12; @@ -44,6 +44,6 @@ border-radius: 1px; } -.wgs-grid-label { +.maynard-grid-label { background-color: #929292; }
\ No newline at end of file |
