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

gnome-shell: fix tab switcher padding

This commit is contained in:
Horst3180 2015-08-16 19:42:29 +02:00
parent 74c329df53
commit f76a202fb8
2 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ StScrollBar {
padding: 8px; padding: 8px;
border-radius: 2px; } border-radius: 2px; }
.switcher-list .item-box:outlined { .switcher-list .item-box:outlined {
padding: 6px; padding: 8px;
border: 1px solid #5294E2; } border: 1px solid #5294E2; }
.switcher-list .item-box:selected { .switcher-list .item-box:selected {
color: #ffffff; color: #ffffff;

View File

@ -653,7 +653,7 @@ StScrollBar {
border-radius: 2px; border-radius: 2px;
&:outlined { &:outlined {
padding: 6px; padding: 8px;
border: 1px solid $selected_bg_color; border: 1px solid $selected_bg_color;
} }