mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
24
home/system/gtk/theme/gtk-3.20/widgets/separator.css
Normal file
24
home/system/gtk/theme/gtk-3.20/widgets/separator.css
Normal file
@@ -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