X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=74f9c930f430b6469856885b10add03112810293;hb=b3eb759b6a367abdcd85b7ea11392c9e22e5e169;hp=959087427add6adb29fcd7474e2bb26ae97e57c9;hpb=e9a2ac5f932a9c49685d218b5edaad8d6dd79d22;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 9590874..74f9c93 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; }