X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=0c289f1962cce6b2258ee5e4b7835b3d29e3a5db;hb=bf8c3839b1715d687ec4fa9607164c10b225f9e3;hp=3679d1d917cbd177bd9136d7761256fe00d92c96;hpb=8bbff1bcc40acc652541fcda101bda44de264921;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index 3679d1d..0c289f1 100644 --- a/static/style.css +++ b/static/style.css @@ -73,6 +73,10 @@ table,th,td { border-collapse: collapse; } +tr.highlight { + background-color: rgba(255,240,0,0.5); +} + th,td { padding: 0.2em; } @@ -88,6 +92,7 @@ a.title { cursor: pointer; font-weight: bold; padding: 1em; + color: black; background-color: lightgreen; border-radius: 2em; border-style: solid;