diff options
Diffstat (limited to 'styles/pills.css')
| -rw-r--r-- | styles/pills.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/styles/pills.css b/styles/pills.css index 40c6629..93a8855 100644 --- a/styles/pills.css +++ b/styles/pills.css @@ -19,6 +19,7 @@ #custom-vmdot, #taskbar, #custom-privacy_dots, +#custom-mail, #volume, #tray, #custom-presentation, @@ -38,6 +39,7 @@ #clock.time:hover, #custom-vmdot:hover, #custom-privacy_dots:hover, +#custom-mail:hover, #volume:hover, #tray:hover, #custom-presentation:hover, @@ -78,11 +80,15 @@ margin-left: 6px; } -/* Right: privacy | volume | tray | presentation | language */ +/* Right: privacy | mail | volume | tray | presentation | language */ #custom-privacy_dots { margin-right: 6px; } +#custom-mail { + margin-right: 6px; +} + #volume { margin-right: 6px; } |
