playing with colors in the table
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 596aead..fca3986 100644 (file)
@@ -327,7 +327,8 @@ div.page_header a img.logo {
 .shortlog th,
 .tree th,
 .commit_search th {
-  color: var(--bluish-grey);
+  background-color: var(--bluish-grey);
+  color: var(--fg);
   font-weight: normal;
 }
 
@@ -722,15 +723,16 @@ div.chunk_block div.new {
 ---------------------------------------------------------------------------- */
 
 td.category {
-  background: var(--bg); /* old browsers */
-  background: -moz-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); /* firefox */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--fg))); /* webkit */
-  background: -o-linear-gradient(top, var(--bg) 0%, var(--fg) 100%);
+  background: var(--accent); /* old browsers */
+  color: var(--dark-grey);
+  padding-left: 3em;
   font-weight: bold;
   border-bottom: 1px solid var(--border);
   border-top: 1px solid var(--border);
 }
-
+td.category:before {
+  content: "Cat.: ";
+}
 /* Age
 ---------------------------------------------------------------------------- */