From b68ba6d728a058ed18993f8bea540e4172bf8d3b Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 12 Dec 2014 13:52:13 -0500 Subject: [PATCH] this fixes #82 --- src/css/popup.css | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 315849b..850eb83 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -95,30 +95,23 @@ html.rtl #buttonMtxSwitches + .dropdown-menu { #mtxSwitches > li.switchTrue { color: #000; } -html.ltr #mtxSwitches > li > span:before { - content: '\f204'; +#mtxSwitches > li > span:before { font: 120% FontAwesome; + } +html.ltr #mtxSwitches > li > span:before { padding-right: 0.5em; } -html.ltr #mtxSwitches > li.switchTrue > span:before { - color: #000; - content: '\f205'; - font: 120% FontAwesome; - padding-right: 0.5em; +html.rtl #mtxSwitches > li > span:before { + padding-left: 0.5em; } -html.rtl #mtxSwitches > li > span:after { +#mtxSwitches > li > span:before { content: '\f204'; - font: 120% FontAwesome; - padding-left: 0.5em; } -html.rtl #mtxSwitches > li.switchTrue > span:after { +#mtxSwitches > li.switchTrue > span:before { color: #000; content: '\f205'; - font: 120% FontAwesome; - padding-left: 0.5em; } - .dropdown-menu { margin: 0; border: 0;