File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
common/gnome-shell/42/sass Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2739,6 +2739,15 @@ $_dash_bottom_margin: 20px;
27392739 border : none ;
27402740 background-color : transparent ;
27412741 border-radius : 0px ;
2742+ spacing : 6px ;
2743+
2744+ .lg-toolbar-button {
2745+ padding : 5px 10px ;
2746+ border-radius : 2px ;
2747+ @extend %button ;
2748+
2749+ & > St Icon { icon-size : 16px ; }
2750+ }
27422751 }
27432752 .labels { spacing : 4px ; }
27442753
@@ -2750,15 +2759,16 @@ $_dash_bottom_margin: 20px;
27502759 transition-duration : 100ms ;
27512760 padding-left : .3em ;
27522761 padding-right : .3em ;
2762+ border-radius : 2px ;
27532763
27542764 & :hover {
27552765 color : $_panel_fg_color ;
2756- text-shadow : black 0 px 2 px 2 px ;
2766+ background-color : transparentize ( $_panel_fg_color , 0.95 ) ;
27572767 }
27582768 & :selected {
27592769 border-bottom-width : 0px ;
2760- color : $selected_bg_color ;
2761- text-shadow : black 0 px 2 px 2 px ;
2770+ color : $selected_fg_color ;
2771+ background-color : $selected_bg_color ;
27622772 }
27632773 }
27642774 StBoxLayout#EvalBox { padding : 4px ; spacing : 4px ; }
You can’t perform that action at this time.
0 commit comments