diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 15:19:43 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 15:19:43 -0500 |
| commit | 9b656e51232f1b1f2cf210908b569b1a224e7a90 (patch) | |
| tree | b73727987c57b201c5ed6d7d4311195a20a18b73 /StoneIsland/www/css | |
| parent | 0e783ecb14849eb8ab36f3c4d591ffdbb2e8e942 (diff) | |
date css
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 9 | ||||
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 7e709197..fa4243c1 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -439,6 +439,15 @@ input.switch:checked + label:after { top: 9px; color: #aaa; } +.select-wrapper [type=date] { + opacity: 0; + width: 100%; + height: 35px; + line-height: 35px; + position: absolute; + top: -5px; + left: -1px; +} .select-wrapper select { opacity: 0; width: 100%; diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 220cb2bf..c45658a0 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -165,6 +165,7 @@ box-sizing:border-box } +/* .fade-cover::before { border:1px solid black; top:50%; @@ -180,6 +181,7 @@ display:block; background:rgba(255,255,255,1); } +*/ #story img { box-sizing:border-box; |
