diff options
Diffstat (limited to 'styles/pills.css')
| -rw-r--r-- | styles/pills.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/pills.css b/styles/pills.css index 83e5d36..515f053 100644 --- a/styles/pills.css +++ b/styles/pills.css @@ -12,7 +12,7 @@ /* Every pill. Shared geometry lives here exactly once; modules.css only says * what is different about each one. */ -#custom-launcher, +#image.launcher, #clock.date, #clock.time, #workspaces, @@ -33,7 +33,7 @@ /* Hover. The one rule that makes the bar feel alive, and the reason every * pill declares a transition above. */ -#custom-launcher:hover, +#image.launcher:hover, #clock.date:hover, #clock.time:hover, #custom-vmdot:hover, @@ -54,7 +54,7 @@ */ /* Left: launcher | date time | workspaces | vm dots */ -#custom-launcher { +#image.launcher { margin-left: 6px; margin-right: 6px; } |
