X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=79c91b89df5934dacd5edf5e3d6a786621a6705d;hb=47df88512f5288d6a1f5f268cdf787bb4bf169c7;hp=42ec9e63175eee0f44760a3a4af79b0f8fa384a5;hpb=76cb151a17df12a01224a41ec798b93a491df81a;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 42ec9e6..79c91b8 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -35,6 +35,10 @@ textarea { display: none; } +#sone #formPassword { + display: none; +} + #sone a, #sone a:link, #sone a:visited { color: rgb(28, 131, 191); font-size: inherit; @@ -290,6 +294,10 @@ textarea { bottom: -0.5ex } +#sone .sone form.hidden { + display: none; +} + #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button { display: inline; color: rgb(28, 131, 191); @@ -388,3 +396,8 @@ textarea { width: 130ex;; font-size: 75%; } + +#sone .confirm { + font-weight: bold !important; + color: red !important; +}