diff --git a/python/web/media/styles/scaffold.css b/python/web/media/styles/scaffold.css index 0794bd8..4d5a395 100644 --- a/python/web/media/styles/scaffold.css +++ b/python/web/media/styles/scaffold.css @@ -95,8 +95,12 @@ table.shelf{ color:#666; } -.highlight { - background-color: #3399CC; +td.highlight { + background-color: #44A4BD; + color: #27606E; + font-style: italic; + font-weight: bolder; + text-shadow: #27606E; } .key { diff --git a/python/web/templates/map/index.html b/python/web/templates/map/index.html index 9721172..23f0dca 100644 --- a/python/web/templates/map/index.html +++ b/python/web/templates/map/index.html @@ -13,7 +13,7 @@ Hyllekart {% for row in shelf.shelf_list %} {% for column in row %} - + {% for category in column %}
{{ category }}