Remove legacy styles of the weekend slideSwitch in calendar toolbar from pixelegg template

This commit is contained in:
Hadi Nategh 2016-01-11 09:35:42 +00:00
parent 7325f4e8c7
commit 435dd0075e
2 changed files with 1 additions and 53 deletions

View File

@ -1,4 +1,3 @@
@import "../default/app.css";
/** /**
* EGroupware: CSS with less preprocessor * EGroupware: CSS with less preprocessor
* *
@ -12,6 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @version $Id$
*/ */
@import "../default/app.css";
/*generell*/ /*generell*/
.egw_fw_content_browser_iframe img[src$="svg"] { .egw_fw_content_browser_iframe img[src$="svg"] {
background-color: #828282 !important; background-color: #828282 !important;
@ -1389,23 +1389,3 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
}*/ }*/
/* ######################################################################################## /* ########################################################################################
/* * Calendar END */ /* * 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;
}

View File

@ -1405,35 +1405,3 @@ div#calendar-container {
/* ######################################################################################## /* ########################################################################################
/* * Calendar END */ /* * 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;
}
}
}
}
}