aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/classic.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index 765b340..f8ceb79 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -113,6 +113,18 @@ img {
opacity: 0.5;
}
+#client_iccontrols {
+ width: 100%;
+}
+
+#client_iccontrols:after {
+ pointer-events: none;
+ background: repeating-linear-gradient(transparent, transparent 3px, rgb(255, 255, 255, 0.2) 3px, rgb(255, 255, 255, 0.2) 4px);
+ width: 100%;
+ height: 100%;
+ opacity: 0.5;
+}
+
.menu_content {
background-color: #847342;
}