X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=5f3e938451e08a3b7a44f83fb3adab2127ca223f;hb=f40370437636a2a706ea1d605f716c8f624a735f;hp=b05a1f1d9a67bc340695e0f58cb96d84015a497c;hpb=ad86fb8f63be79dd1c7ce36c849f11ecf82331de;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b05a1f1..5f3e938 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,10 @@ textarea { color: rgb(255, 172, 0); } +#sone #notification-area { + margin-bottom: 1em; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -216,6 +220,10 @@ textarea { cursor: pointer; } +#sone .post .replies .click-to-show.new { + background-color: #ffffa0; +} + #sone .post .reply > .avatar { position: absolute; } @@ -234,6 +242,10 @@ textarea { padding: 1ex; } +#sone .post .reply.new { + background-color: #ffffa0; +} + #sone .post .reply .time { float: none; display: inline;