Эх сурвалжийг харах

why is the text selection hot pink?

raylu 14 жил өмнө
parent
commit
fa4cbd8499
1 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 3 4
      webroot/css/style.css

+ 3 - 4
webroot/css/style.css

@@ -150,10 +150,9 @@ label, input[type=button], input[type=submit], button { cursor: pointer; }
 
 
 /* These selection declarations have to be separate.
-   No text-shadow: twitter.com/miketaylr/status/12228805301 
-   Also: hot pink. */
-::-moz-selection { background: #FF5E99; color:#fff; text-shadow: none; }
-::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
+   No text-shadow: twitter.com/miketaylr/status/12228805301 */
+::-moz-selection { background: #69c; color:#fff; text-shadow: none; }
+::selection { background: #69c; color:#fff; text-shadow: none; }
 
 /*  j.mp/webkit-tap-highlight-color */
 a:link { -webkit-tap-highlight-color: #FF5E99; }