summaryrefslogtreecommitdiff
path: root/themes/okadmin/public/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-05 14:05:35 -0400
committerJules Laplace <jules@okfoc.us>2016-04-05 14:05:35 -0400
commit56580705e3a62eaf1c498c1c0456fc33fe3b2f76 (patch)
treee0e42a12aae98aacc733e3f7bb210d72d63c9d19 /themes/okadmin/public/css
parentcd929e1c38c02c1d048abe702c04c7d4d6188011 (diff)
broaden media support
Diffstat (limited to 'themes/okadmin/public/css')
-rw-r--r--themes/okadmin/public/css/main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css
index 2f2d376..15b8781 100644
--- a/themes/okadmin/public/css/main.css
+++ b/themes/okadmin/public/css/main.css
@@ -303,6 +303,7 @@ button, input[type=submit] {
width: 15em;
height: 6em;
}
+.main.resource form .audio-element input[type=text],
.main.resource form .video-element input[type=text] {
width: 15em;
}
@@ -353,10 +354,12 @@ button, input[type=submit] {
margin: 0; padding: 0;
cursor: pointer;
}
+.audio-element:hover .remove,
.video-element:hover .remove,
.image-element:hover .remove {
display: block;
}
+.audio-element .remove:hover,
.video-element .remove:hover,
.image-element .remove:hover {
color: red;