1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

gnome-shell: don't remove legacy tray border

This commit is contained in:
Horst3180 2015-08-11 17:32:56 +02:00
parent 2699407949
commit 729aff15a9
2 changed files with 1 additions and 3 deletions

View File

@ -1468,8 +1468,7 @@ StScrollBar {
color: pink; }
.legacy-tray {
background-color: rgba(37, 39, 45, 0.95);
border-width: 0; }
background-color: rgba(37, 39, 45, 0.95); }
.legacy-tray:ltr {
border-radius: 0 2px 0 0;
border-left-width: 0; }

View File

@ -1824,7 +1824,6 @@ $legacy_icon_size: 24px;
.legacy-tray {
background-color: $panel_bg;
border-width: 0;
&:ltr { border-radius: 0 2px 0 0; border-left-width: 0; }
&:rtl { border-radius: 2px 0 0 0; border-right-width: 0; }