X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=afb97c004de0eda801fcd73843dbb0739c9658de;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=0feb60116bb5b4faaeff26959c88d4104b14b02a;hpb=e6c5500dd519bf58064b72ed5491920ddbf00fcd;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 0feb601..afb97c0 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,12 @@ textarea { color: rgb(255, 172, 0); } +#sone #plugin-warning { + border: solid 0.5em red; + padding: 0.5em; + margin-bottom: 1em; +} + #sone #profile { height: 80px; margin-bottom: 1ex;