mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
25 lines
423 B
CSS
25 lines
423 B
CSS
/*************
|
|
* separator *
|
|
*************/
|
|
.sidebar.view.separator,
|
|
.view.separator,
|
|
.separator {
|
|
border-width: 0;
|
|
border-style: none;
|
|
color: transparent;
|
|
}
|
|
.separator:insensitive {
|
|
color: transparent;
|
|
}
|
|
.button .separator,
|
|
.button.separator {
|
|
border-width: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
.button .separator:insensitive,
|
|
.button.separator:insensitive {
|
|
color: transparent;
|
|
border-width: 0;
|
|
}
|