Commit:    b5564a9f18dcb85eb09e7fa62602062f7276b73c
Author:    Levi Morrison <[email protected]>         Wed, 26 Feb 2014 13:23:31 -0700
Parents:   46a855f1166cc5e6b641218a7999ea32d38161b3
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b5564a9f18dcb85eb09e7fa62602062f7276b73c

Log:
Standardized a few more colors; also made the help dialog (press ?) easier to 
read.

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 5b73ccd..bba8249 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -233,7 +233,7 @@ textarea {
 }
 .navbar .brand,
 .navbar .nav > li > a {
-  color: #eee;
+  color: #E6E6E6;
   border:0;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
@@ -1726,7 +1726,7 @@ div.soft-deprecation-notice blockquote.sidebar {
   position: fixed;
   top: 50px;
   z-index: 5000;
-  color: #eee;
+  color: #E6E6E6;
 }
 #goto .search .results {
   text-shadow: 0px 2px 3px #555;
@@ -1745,10 +1745,9 @@ div.soft-deprecation-notice blockquote.sidebar {
 }
 #trick {
     display: none;
-    background-color: #333;
+    background-color:rgba(51,51,51,.95);
     height: 100%;
     width: 100%;
-    opacity: 0.9;
     position: fixed;
     top: 50px;
     z-index: 5000;
@@ -1758,14 +1757,14 @@ div.soft-deprecation-notice blockquote.sidebar {
     margin: 0 auto;
 }
 #trick dt, #trick dl {
-    color: #eee;
+    color: #E6E6E6;
 }
 #trick dl {
     display: inline-block;
     vertical-align: top;
 }
 #trick a {
-    color: #eee;
+    color: #E6E6E6;
     display: block;
     border-bottom: none;
     padding: 1px;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to