diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index e1e045a3..3173135e 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -204,15 +204,26 @@ opacity: 1; z-index: 2; } +#curtain.white { + background: rgba(255,255,255,0.8); +} /* SELECTOR */ #selector { display: none; - height: 100%; width: 100%; - position: absolute; top: 0; left: 0; + width: 100%; + position: absolute; bottom: 0; left: 0; background: #fff; + z-index: 2; +} +#selector .options div { + width: 100%; + background: white; + text-align: center; + padding: 5px; + font-size: 14px; } /* CONTENT */ |
