summaryrefslogtreecommitdiffstats
path: root/site/common/css/cssbox/cssbox.css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-24 16:56:03 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-24 16:56:03 (EST)
commit768be3789c9dcabcfe50e7ca77df539fe11af761 (patch)
tree5b388051cead6024bf8a38d2930140420e18509a /site/common/css/cssbox/cssbox.css
parent0f5427e9f0fd26cf5272ccb275de9c1da05145aa (diff)
downloadlibreboot.org-768be3789c9dcabcfe50e7ca77df539fe11af761.zip
libreboot.org-768be3789c9dcabcfe50e7ca77df539fe11af761.tar.gz
libreboot.org-768be3789c9dcabcfe50e7ca77df539fe11af761.tar.bz2
merge cssbox 75ee459c5d
Diffstat (limited to 'site/common/css/cssbox/cssbox.css')
-rw-r--r--site/common/css/cssbox/cssbox.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/site/common/css/cssbox/cssbox.css b/site/common/css/cssbox/cssbox.css
index ca96b53..8017bdc 100644
--- a/site/common/css/cssbox/cssbox.css
+++ b/site/common/css/cssbox/cssbox.css
@@ -16,19 +16,23 @@ span.cssbox_full img {
position: fixed;
background-color: white;
margin: 0;
- padding: 0px;
+ padding: 0;
max-height: 90%;
max-width: 90%;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
- border: 5px solid black;
+ box-shadow: 0 0 20px black;
}
img.cssbox_thumb:focus + span.cssbox_full {
visibility: visible;
opacity: 1;
}
+
+img.cssbox_thumb, span.cssbox_full {
+ cursor: pointer;
+}
/* The work above, CSSBox, is released under the Creative Commons Zero 1.0 license
and is available on https://notabug.org/SylvieLorxu/CSSBox */