From cc80b0461cd1528786deada0ac1564685772a0f9 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 4 Dec 2013 20:14:54 -0500 Subject: [PATCH] Blue color selection --- public/css/ios7.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/css/ios7.less b/public/css/ios7.less index 2ebd29fd7f..c985b2f728 100644 --- a/public/css/ios7.less +++ b/public/css/ios7.less @@ -11,6 +11,10 @@ outline: 0 !important; } +input[placeholder] { + color: red; +} + html { height: 100%; } @@ -45,6 +49,18 @@ a { background-size: cover; } +::-moz-selection { + background: #007aff; + color: white; + text-shadow: none; +} + +::selection { + background: #007aff; + color: white; + text-shadow: none; +} + // Navbar ===================================================================== .navbar-default { background: rgba(255, 255, 255, 0.95);