diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 8a76865..6a76161 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -36,6 +36,9 @@ body { overflow: hidden; } +.loading #items { + opacity: 0; +} /* .hidden { @@ -566,9 +569,12 @@ button.previous { background-color: #eee; } -.resizing .top { +.resizing .item { background: url(img/tomato20dancing.gif) center !important; } +.resizing .item * { + opacity: 0; +} .bottom { /*height: 20vh;*/ |
