Commit:    9b11d6b6d2adaef469424f2a05623cc184b293cd
Author:    Paul Dragoonis <dragoo...@gmail.com>         Sun, 1 Jun 2014 
10:33:05 +0100
Parents:   a80340a87a964342227a786a2c136cce0a813f62
Branches:  master

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

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