diff --git a/include/themes/cacti/main.css b/include/themes/cacti/main.css index c131adaa6..3993f4d70 100644 --- a/include/themes/cacti/main.css +++ b/include/themes/cacti/main.css @@ -1508,6 +1508,14 @@ th.sortable { line-height: 10px; } +th.primarySort { + background-color: rgba(0,62,0,0.6); +} + +th.secondarySort { + background-color: rgba(0,119,0,0.6); +} + .tableHeader th { color: white; cursor: pointer;