diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index a391572489..690d34ce33 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1,4 +1,3 @@ -@import "../default/app.css"; /** * EGroupware: CSS with less preprocessor * @@ -12,6 +11,7 @@ * @package calendar * @version $Id$ */ +@import "../default/app.css"; /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] { background-color: #828282 !important; @@ -1389,23 +1389,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { }*/ /* ######################################################################################## /* * Calendar END */ -#calendar-sidebox_buttons .et2_checkbox_slideSwitch .slideSwitch_container { - background-color: white; - box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2); -} -#calendar-sidebox_buttons .et2_checkbox_slideSwitch .slideSwitch_container a { - background-color: #B4B4B4; - transition: none; -} -#calendar-sidebox_buttons .et2_checkbox_slideSwitch .slideSwitch_container span:first-child { - color: #D4D4D4; -} -#calendar-sidebox_buttons .et2_checkbox_slideSwitch .slideSwitch_container span:nth-child(2) { - color: #606060; -} -#calendar-sidebox_buttons .et2_checkbox_slideSwitch.switchOn span:first-child { - color: #606060; -} -#calendar-sidebox_buttons .et2_checkbox_slideSwitch.switchOn span:nth-child(2) { - color: #D4D4D4; -} diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index be4a0f7cd2..c6c44984e8 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1405,35 +1405,3 @@ div#calendar-container { /* ######################################################################################## /* * Calendar END */ - -// toggle weekend slide-switch -#calendar-sidebox_buttons { - .et2_checkbox_slideSwitch { - .slideSwitch_container { - background-color: white; - box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2); - a { - background-color: #B4B4B4; - transition: none; - } - span { - &:first-child { - color: #D4D4D4; - } - &:nth-child(2) { - color: #606060; - } - } - } - &.switchOn { - span { - &:first-child { - color:#606060; - } - &:nth-child(2) { - color: #D4D4D4; - } - } - } - } -} \ No newline at end of file