mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
@@ -0,0 +1,24 @@
|
||||
/*************
|
||||
* separator *
|
||||
*************/
|
||||
sidebar.view.separator,
|
||||
view.separator,
|
||||
separator {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
separator:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
button separator,
|
||||
button.separator {
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button separator:disabled,
|
||||
button.separator:disabled {
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user