[Durian-svn] [2924] feature request from dolf, hover the entire row will highlight it, instead of individual cells

pablo institute at blender.org
Wed May 5 17:45:05 CEST 2010


Revision: 2924
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2924
Author:   pablo
Date:     2010-05-05 17:45:05 +0200 (Wed, 05 May 2010)
Log Message:
-----------
feature request from dolf, hover the entire row will highlight it, instead of individual cells

Modified Paths:
--------------
    frm/master_ui.css

Modified: frm/master_ui.css
===================================================================
--- frm/master_ui.css	2010-05-05 15:39:28 UTC (rev 2923)
+++ frm/master_ui.css	2010-05-05 15:45:05 UTC (rev 2924)
@@ -37,17 +37,6 @@
 	width: 1280px;
 }
 
-thead{
-       font-size:80%;
-	color: #ccc;
-       background-color: #ccc !important;
-	padding: 5px;
-}
-
-tr {
-        border:0;
-}
-
 button {
 	color: #111;
 	width: auto;
@@ -114,16 +103,11 @@
 }
 
 #table-jobs td {
-	background-color: #111;
 	border-bottom: thin solid #333;
        word-wrap:break-word;
        padding-left: 10px;
 }
 
-#table-jobs td:hover{
-	background-color: #181818;
-}
-
 #td-toggle {
        width: 12px !important;
        background-color: #000 !important;
@@ -132,13 +116,28 @@
        border: thin solid #333;
 }
 
+thead{
+       font-size:80%;
+	color: #ccc;
+	padding: 5px;
+       background-color: #111 !important;
+}
+
+tr {
+	background-color: #111;
+}
+
+tr:hover {
+       background-color: #222 !important;
+       text-shadow: 0px 0px 4px #fff;
+}
+
 #status-disabled {
 	text-align:center;
 	background-color: #880000 !important;
 	color: #fff;
-	border-radius: 6px;
-	-moz-border-radius: 6px;
        text-shadow: 1px 1px 3px #000;
+       cursor: default;
 }
 #status-disabled:hover {
 	background-color: #990000 !important;
@@ -149,10 +148,9 @@
 	text-align:center;
 	background-color: #bb6622 !important;
 	color: #fff;
-	border-radius: 6px;
-	-moz-border-radius: 6px;
 	border: thin solid #000;
        text-shadow: 1px 1px 3px #000;
+       cursor: default;
 }
 
 #status-inprogress:hover {
@@ -164,10 +162,9 @@
 	text-align:center;
 	background-color: #88bb00 !important;
 	color: #fff;
-	border-radius: 6px;
-	-moz-border-radius: 6px;
 	font-weight: bold;
        text-shadow: 1px 1px 3px #000;
+       cursor: default;
 }
 
 #status-done:hover {



More information about the Durian-svn mailing list