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; }