[extensions-web] css: Make the yellow "editable" markers easier to spot



commit 4823933b15a09f44058a24fc2a6214a03b34bb43
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Mar 4 14:37:15 2012 -0500

    css: Make the yellow "editable" markers easier to spot

 sweettooth/static/css/sweettooth.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 55d4855..6d6a3d0 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -569,7 +569,7 @@ p.message.warning {
 }
 
 .editable {
-    background-color: rgba(255, 255, 200, 0.4);
+    background-color: rgba(255, 255, 200, 0.8);
 }
 
 /* Forms */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]