diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 332e0ca1..77bc5487 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -314,6 +314,9 @@ padding-bottom:0px; #curtain.dark { background: rgba(72,72,72,0.8); } +#curtain.opaque { + background: #ddd; +} #curtain.loading .loader { display: block; } @@ -348,7 +351,8 @@ padding-bottom:0px; color: black; } .modal button { - width: 100%; + font-family: pfd, sans-serif; + font-size: 12px; padding: 10px; box-sizing: border-box; margin: 0; @@ -364,16 +368,6 @@ padding-bottom:0px; color: white; border-color: black; } -#consent_proceed[disabled] { - color: #888; - background: white; -} -#consent_error { - display: none; -} -.consent-no #consent_error { - color: red; -} /* SELECTOR */ |
