mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Clean: Prettified Code!
This commit is contained in:
parent
b8f5f67683
commit
5d5bc7bc5a
1 changed files with 9 additions and 1 deletions
|
|
@ -2205,7 +2205,15 @@
|
|||
padding-left: 10px !important;
|
||||
border-inline-start-width: 1px !important;
|
||||
border-inline-start-style: solid !important;
|
||||
border-image: linear-gradient(transparent 0%, transparent 20%, var(--organizer-border-color) 20%, var(--organizer-border-color) 80%, transparent 80%, transparent 100%) 1 1 !important;
|
||||
border-image: linear-gradient(
|
||||
transparent 0%,
|
||||
transparent 20%,
|
||||
var(--organizer-border-color) 20%,
|
||||
var(--organizer-border-color) 80%,
|
||||
transparent 80%,
|
||||
transparent 100%
|
||||
)
|
||||
1 1 !important;
|
||||
}
|
||||
|
||||
treecol[sortDirection]:not([hideheader="true"]) > xul|*.treecol-sortdirection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue