This commit is contained in:
Hadi
2024-06-14 13:44:30 +02:00
parent 758b594e39
commit 25e4b89053
233 changed files with 14340 additions and 23 deletions

View 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;
}