mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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.borderRadius = sel ? '1em' : '';
|
||||
btnSel.style.color = sel ? '#fff' : '';
|
||||
btnSel.style.background = sel ? '#f59' : '';
|
||||
btnSel.style.textShadow = sel ? '1px 1px 0 #937' : '';
|
||||
btnSel.style.background = sel ? '#d48' : '';
|
||||
btnSel.style.textShadow = sel ? '1px 1px 0 #b38' : '';
|
||||
}
|
||||
|
||||
function keyUpHandler(e) {
|
||||
|
|
|
@ -1406,6 +1406,7 @@ html.light #bbox-overlay figcaption a {
|
|||
font-size: 1.4em;
|
||||
line-height: 1.4em;
|
||||
vertical-align: top;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
#bbox-overlay button:focus,
|
||||
#bbox-overlay button:hover {
|
||||
|
|
Loading…
Reference in a new issue