mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
v1.0.13
This commit is contained in:
parent
1ee11e04e6
commit
bca0cdbb62
|
@ -1,6 +1,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 0, 12)
|
VERSION = (1, 0, 13)
|
||||||
CODENAME = "sufficient"
|
CODENAME = "sufficient"
|
||||||
BUILD_DT = (2021, 10, 24)
|
BUILD_DT = (2021, 10, 24)
|
||||||
|
|
||||||
|
|
|
@ -793,17 +793,17 @@ html.light #tree.nowrap #treeul a+a:hover {
|
||||||
#files td:nth-child(2n) {
|
#files td:nth-child(2n) {
|
||||||
color: #f5a;
|
color: #f5a;
|
||||||
}
|
}
|
||||||
#files tr.play td,
|
#files tbody tr.play td,
|
||||||
#files tr.play div a {
|
#files tbody tr.play div a {
|
||||||
background: #fc4;
|
background: #fc4;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #400;
|
color: #400;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
#files tr.play a {
|
#files tbody tr.play a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
#files tr.play a:hover {
|
#files tbody tr.play a:hover {
|
||||||
color: #300;
|
color: #300;
|
||||||
background: #fea;
|
background: #fea;
|
||||||
}
|
}
|
||||||
|
@ -1306,14 +1306,14 @@ html.light #tree {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
box-shadow: 0 0 1em #ddd;
|
box-shadow: 0 0 1em #ddd;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
scrollbar-color: #a70 #ddd;
|
scrollbar-color: #490 #ddd;
|
||||||
}
|
}
|
||||||
html.light #tree::-webkit-scrollbar-track,
|
html.light #tree::-webkit-scrollbar-track,
|
||||||
html.light #tree::-webkit-scrollbar {
|
html.light #tree::-webkit-scrollbar {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
#tree::-webkit-scrollbar-thumb {
|
html.light #tree::-webkit-scrollbar-thumb {
|
||||||
background: #da0;
|
background: #490;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue