]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
Fix overridable written with an extra 'e'
[Gitweb] / gitweb.css
index f692e74a68685a5724aadca9cc19153c216b37e908616a2e0a59edde2ed86a24..7789945d04e5e9c497dd52106647212efe31937af8939a5d55272c43b0bb0dcd 100644 (file)
@@ -226,22 +226,30 @@ th {
        text-align: left;
 }
 
        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;
 }
 
        background-color: #f6f6f0;
 }
 
+/* currently both use the same, but it can change */
+tr.light:hover,
 tr.dark:hover {
        background-color: #edece6;
 }
 
 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;
+}
+
 td {
        padding: 2px 5px;
        font-size: 100%;
 td {
        padding: 2px 5px;
        font-size: 100%;
This page took 0.214644 seconds and 4 git commands to generate.