Add borders to collapsed collections/items splitters
We can think about making them more wider, etc., but this makes them ever so slightly more visible.
This commit is contained in:
parent
b80d4cd369
commit
0ab38f1d43
1 changed files with 10 additions and 4 deletions
|
@ -347,10 +347,8 @@
|
||||||
background-color: #8b8b8b !important;
|
background-color: #8b8b8b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-collections-splitter[state=collapsed], #zotero-items-splitter[state=collapsed]
|
#zotero-collections-splitter[state=collapsed], #zotero-items-splitter[state=collapsed] {
|
||||||
{
|
border: 0 solid #d6d6d6 !important;
|
||||||
border-right: 1px;
|
|
||||||
border-color: #A5A5A5;
|
|
||||||
max-width: 8px !important;
|
max-width: 8px !important;
|
||||||
min-width: 8px !important;
|
min-width: 8px !important;
|
||||||
width: 8px !important;
|
width: 8px !important;
|
||||||
|
@ -359,6 +357,14 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-collections-splitter[state=collapsed] {
|
||||||
|
border-right-width: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zotero-items-splitter[state=collapsed] {
|
||||||
|
border-left-width: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#zotero-collections-splitter[state=collapsed] > grippy, #zotero-items-splitter[state=collapsed] > grippy
|
#zotero-collections-splitter[state=collapsed] > grippy, #zotero-items-splitter[state=collapsed] > grippy
|
||||||
{
|
{
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue