summaryrefslogtreecommitdiff
path: root/themes/okadmin/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/okadmin/public/css/main.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;