From 12157edd624ea2287b3442b576848d4c386966d6 Mon Sep 17 00:00:00 2001 From: Aviral Dasgupta Date: Sat, 28 May 2016 12:20:21 +0530 Subject: [PATCH] Style selection color --- src/skins/vector/css/common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/skins/vector/css/common.css b/src/skins/vector/css/common.css index f179a20f6c..c22a7def04 100644 --- a/src/skins/vector/css/common.css +++ b/src/skins/vector/css/common.css @@ -228,3 +228,13 @@ input[type=text]:focus, textarea:focus { height: 1em; vertical-align: middle; } + +::-moz-selection { + background-color: #76CFA6; + color: white; +} + +::selection { + background-color: #76CFA6; + color: white; +}