mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
ui tweaks
This commit is contained in:
parent
53d720217b
commit
990f915f42
|
@ -349,8 +349,8 @@ window.baguetteBox = (function () {
|
||||||
img.style.boxShadow = sel ? '0 0 3em #f4a' : '';
|
img.style.boxShadow = sel ? '0 0 3em #f4a' : '';
|
||||||
img.style.borderRadius = sel ? '1em' : '';
|
img.style.borderRadius = sel ? '1em' : '';
|
||||||
btnSel.style.color = sel ? '#fff' : '';
|
btnSel.style.color = sel ? '#fff' : '';
|
||||||
btnSel.style.background = sel ? '#f59' : '';
|
btnSel.style.background = sel ? '#d48' : '';
|
||||||
btnSel.style.textShadow = sel ? '1px 1px 0 #937' : '';
|
btnSel.style.textShadow = sel ? '1px 1px 0 #b38' : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
function keyUpHandler(e) {
|
function keyUpHandler(e) {
|
||||||
|
|
|
@ -1406,6 +1406,7 @@ html.light #bbox-overlay figcaption a {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
font-variant: small-caps;
|
||||||
}
|
}
|
||||||
#bbox-overlay button:focus,
|
#bbox-overlay button:focus,
|
||||||
#bbox-overlay button:hover {
|
#bbox-overlay button:hover {
|
||||||
|
|
Loading…
Reference in a new issue