]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Use light/dark for class names also in 'blame' view
[Gitweb] / gitweb.css
index 10868fadd45112702267cb6fd92ee935458b997e6b26e48e7331dae09b2f3637..7789945d04e5e9c497dd52106647212efe31937af8939a5d55272c43b0bb0dcd 100644 (file)
@@ -226,22 +226,25 @@ th {
        text-align: left;
 }
 
-tr.light:hover {
-       background-color: #edece6;
-}
-
-tr.dark {
-       background-color: #f6f6f0;
+/* do not change row style on hover for 'blame' view */
+tr.light,
+table.blame .light:hover {
+       background-color: #ffffff;
 }
 
-tr.dark2 {
+tr.dark,
+table.blame .dark:hover {
        background-color: #f6f6f0;
 }
 
+/* currently both use the same, but it can change */
+tr.light:hover,
 tr.dark:hover {
        background-color: #edece6;
 }
 
+/* boundary commits in 'blame' view */
+/* and commits without "previous" */
 tr.boundary td.sha1,
 tr.no-previous td.linenr {
        font-weight: bold;
This page took 0.242935 seconds and 4 git commands to generate.