From 559fbd9995f75b6b844e036939bebb2bdadfa973 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 26 Feb 2013 00:41:40 +0530 Subject: [PATCH] use bodySelectionColor --- source/Ox.UI/css/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 3db43523..e54c25fb 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1190,17 +1190,17 @@ Miscellaneous .$themeClass ::selection { background: $bodySelectionBackground; - // FIXME color: bodySelectionColor; + color: $bodySelectionColor; } .$themeClass ::-moz-selection { background: $bodySelectionBackground; - // FIXME color: bodySelectionColor; + color: $bodySelectionColor; } .$themeClass ::-o-selection { background: $bodySelectionBackground; - // FIXME color: bodySelectionColor; + color: $bodySelectionColor; } .$themeClass ::-webkit-selection { background: $bodySelectionBackground; - // FIXME color: bodySelectionColor; + color: $bodySelectionColor; }