X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=2883b2b3915dcdea5546606df2dfbf425da84b37;hb=9d6d5b931a06c899309c58fed03084f6e6f699e8;hp=5f43ae3293e572216e006b657c8ebae32c7561cf;hpb=9618a801b7c230265381f72b9be596a8808b3c2d;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5f43ae3..2883b2b 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -204,6 +204,13 @@ textarea { padding-top: 0.2ex; } +#sone .post .replies .click-to-show { + background-color: #f0f0ff; + font-size: 85%; + padding: 0.5em; + cursor: pointer; +} + #sone .post .reply > .avatar { position: absolute; } @@ -289,6 +296,10 @@ textarea { background-color: #f0fff0; } +#sone .sone.new { + background-color: #ffffa0; +} + #sone .sone .id { display: none; } @@ -378,10 +389,6 @@ textarea { color: #888; } -#sone #import-key .import-key { - border-top: none; -} - #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; }