This commit is contained in:
Hadi
2024-06-25 22:20:17 +02:00
parent c618feced4
commit 80f8ca3e9a
248 changed files with 12 additions and 12 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;
}