Added a setting to define the global color for borders. (#461)
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
.bar_item_box_visible.notifications {
|
||||
border: if(
|
||||
$bar-buttons-notifications-enableBorder or $bar-buttons-enableBorders,
|
||||
$bar-buttons-borderSize solid if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-notifications-border),
|
||||
$bar-buttons-borderSize solid
|
||||
if($bar-buttons-monochrome, $bar-buttons-borderColor, $bar-buttons-notifications-border),
|
||||
0em
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user