[Pkg-mozext-commits] [automatic-save-folder] 49/133: Forgot : oops, I forgot the css style to make the colored filter's lines, from revision 47.

David Prévot taffit at moszumanska.debian.org
Mon Apr 27 20:33:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch wip
in repository automatic-save-folder.

commit 63afd1fc9560bb6b369984684d18e5a99129e00c
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date:   Sat Jan 30 12:01:28 2010 +0000

    Forgot :
    oops, I forgot the css style to make the colored filter's lines, from revision 47.
    
    git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@49 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
 skin/style.css | 41 +++++++++++++++++++++++++----------------
 1 file changed, 25 insertions(+), 16 deletions(-)

diff --git a/skin/style.css b/skin/style.css
index ea79a44..ddb07e0 100644
--- a/skin/style.css
+++ b/skin/style.css
@@ -1,16 +1,25 @@
-treechildren::-moz-tree-checkbox
-{
-  /* unchecked checkbox treecells */
-  list-style-image: url("chrome://asf/skin/off.png");
-}
-treechildren::-moz-tree-checkbox(checked)
-{
-  /* checked checkbox treecells*/
-  list-style-image: url("chrome://asf/skin/on.png");
-}
-treechildren::-moz-tree-checkbox(disabled)
-{
-  /* disabled checkbox treecells */
-  list-style-image: none;
-}
-
+treechildren::-moz-tree-checkbox
+{
+  /* unchecked checkbox treecells */
+  list-style-image: url("chrome://asf/skin/off.png");
+}
+treechildren::-moz-tree-checkbox(checked)
+{
+  /* checked checkbox treecells*/
+  list-style-image: url("chrome://asf/skin/on.png");
+}
+treechildren::-moz-tree-checkbox(disabled)
+{
+  /* disabled checkbox treecells */
+  list-style-image: none;
+}
+
+treechildren::-moz-tree-row(FilterTestPass)
+{
+  background-color: #CDFFB5;
+}
+
+treechildren::-moz-tree-row(FilterTestFail)
+{
+  background-color: #F9CBCB;
+}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git



More information about the Pkg-mozext-commits mailing list