Commit:    3cdf63c925415d5e744b77115e94cce2ce230b88
Author:    Paul Dragoonis <[email protected]>         Sun, 1 Jun 2014 
10:33:05 +0100
Parents:   f187daad57672b67f2adad4b9e72c27066adf1fa
Branches:  master

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

Log:
Improving the hover states of the search dropdown.

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index aff0d00..9820d66 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1070,8 +1070,16 @@ fieldset {
 
 
 /* Selected items. */
-.tt-is-under-cursor {
-    background: rgba(255, 255, 255, 0.1);
+.tt-suggestion.tt-is-under-cursor {
+    background-color: #4F5B93;
+}
+
+.tt-suggestion.tt-is-under-cursor h4 {
+    color: #FFF;
+}
+
+.tt-suggestion.tt-is-under-cursor .description {
+    color: #FFF;
 }
 
 /* We need to crunch down the dropdown on smaller displays. Firstly we'll drop


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

Reply via email to