diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 17:51:10 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 17:51:10 +0100 |
| commit | 65ad652aa950c55158441c520d96856d6391d013 (patch) | |
| tree | 7200156068a474f5a23577326b21a7b238c84aca /webAO/styles | |
| parent | e2f0467d0c0cb34af53e9384a27f1cc84ec48eb6 (diff) | |
add a wrapper around the ic controls for theming
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/classic.css | 12 |
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; } |
