[Xfce4-commits] [www/wiki.xfce.org] 02/03: Note plugin : update css for better colors
    noreply at xfce.org 
    noreply at xfce.org
       
    Mon Mar 27 18:37:35 CEST 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
skunnyk pushed a commit to branch master
in repository www/wiki.xfce.org.
commit c6e8357f37851fdca97ec874293dc17e16593b5f
Author: Romain B <skunnyk at alteroot.org>
Date:   Mon Mar 27 18:34:37 2017 +0200
    Note plugin : update css for better colors
---
 lib/plugins/note/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/plugins/note/style.css b/lib/plugins/note/style.css
index b62a85e..38e8d71 100644
--- a/lib/plugins/note/style.css
+++ b/lib/plugins/note/style.css
@@ -18,7 +18,7 @@
  
 .noteclassic {
   /*border: 1px solid #99D;*/
-  background-color: #eef;
+  background-color: #e8f5ff;
   background-image: url(images/note.png);
 }
  
@@ -30,7 +30,7 @@
  
 .notewarning {
   /*border: 1px solid #d99;*/
-  background-color: #fdd;
+  background-color: #f4c9d0;
   background-image: url(images/warning.png);
 }
  
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list