mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
css tweaks
This commit is contained in:
parent
d3aae8ed6a
commit
8a68a96c57
|
@ -510,13 +510,13 @@ input[type="checkbox"]:checked+label {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#tree ul {
|
#tree ul {
|
||||||
border-left: .2em solid #444;
|
border-left: .2em solid #555;
|
||||||
}
|
}
|
||||||
#tree li {
|
#tree li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border-top: 1px solid #4c4c4c;
|
border-top: 1px solid #4c4c4c;
|
||||||
border-bottom: 1px solid #111;
|
border-bottom: 1px solid #222;
|
||||||
}
|
}
|
||||||
#tree li:last-child {
|
#tree li:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
Loading…
Reference in a new issue