X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbrisk.css;h=430c83b3d0a186671ab41a3ca10514cfdc846139;hp=dfbfc192c08c03c6c694ab2b10a1af4f3e507673;hb=bdc40b38c38e78e26d6f4a8a3a7a4be650eb7d2b;hpb=8fd45d1c2a3f661da9bade7ef29bd3fbf8e759af diff --git a/web/brisk.css b/web/brisk.css index dfbfc19..430c83b 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -296,4 +296,15 @@ span.au3 span { div.bye_msg { font-weigth: bold; +} + +div.apprentice { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + + display: none; + background-color: #ffd780; + border: 1px solid #ffae00; + padding: 8px; } \ No newline at end of file