X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fstatic%2Fstyle.css;h=5b805359f86b3b24b49d42229ddacb5143d6356e;hb=HEAD;hp=7c3502bf2cea90a3c4db2c758f6436b276aa3400;hpb=c1515777d37c4d265677aa2795921b2f15286846;p=m_librarian.git diff --git a/m_librarian/web/static/style.css b/m_librarian/web/static/style.css index 7c3502b..5b80535 100644 --- a/m_librarian/web/static/style.css +++ b/m_librarian/web/static/style.css @@ -7,6 +7,7 @@ body { width: 99%; height: 99%; color: #000000; + background-color: #FFFFFF; font-family: sans-serif; text-decoration: none; margin: 8pt; @@ -33,7 +34,13 @@ table { border: 1px solid black; } +tr:hover { + background-color: lightgrey; +} + td, th { - border: 1px solid black; text-align: left; + padding-left: 5px; + padding-right: 5px; + border-left: 1px solid black; }