24 lines
592 B
SCSS
24 lines
592 B
SCSS
.systray button:not(:first-child) {
|
|
margin-left: $bar-buttons-systray-spacing;
|
|
}
|
|
|
|
.systray-icon {
|
|
font-size: 1.3em;
|
|
|
|
&.txt-icon {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-systray-customIcon);
|
|
}
|
|
}
|
|
|
|
.style2.systray {
|
|
padding: $bar-buttons-padding_y $bar-buttons-padding_x;
|
|
}
|
|
|
|
.bar_item_box_visible.systray {
|
|
border: if(
|
|
$bar-buttons-systray-enableBorder or $bar-buttons-enableBorders,
|
|
$bar-buttons-borderSize solid if($bar-buttons-monochrome, $bar-buttons-borderColor, $bar-buttons-systray-border),
|
|
0em
|
|
);
|
|
}
|