mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Remove legacy styles of the weekend slideSwitch in calendar toolbar from pixelegg template
This commit is contained in:
parent
7325f4e8c7
commit
435dd0075e
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user