forked from extern/egroupware
Fix calendar mobile theme and place an adapted search button
This commit is contained in:
parent
3fcac1ff72
commit
a3f18e2ed8
@ -1501,19 +1501,22 @@ img.calendar_print_appicon {
|
|||||||
}
|
}
|
||||||
/* Integration slide switches in toolbar */
|
/* Integration slide switches in toolbar */
|
||||||
#calendar-toolbar_toolbar span[data-group="integration"] > span,
|
#calendar-toolbar_toolbar span[data-group="integration"] > span,
|
||||||
#calendar-toolbar_toolbar span[id^="toolbar-integration_"] > span {
|
#toolbar-menulist span[id^="toolbar-integration_stylite"],
|
||||||
|
#toolbar-menulist span[id^="toolbar-video_toggle"] {
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
filter: grayscale(1) contrast(0.9999) opacity(0.7);
|
filter: grayscale(1) contrast(0.9999) opacity(0.7);
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar span[data-group="integration"] > span.switchOn,
|
#calendar-toolbar_toolbar span[data-group="integration"] > span.switchOn,
|
||||||
#calendar-toolbar_toolbar span[id^="toolbar-integration_"] > span.switchOn {
|
#toolbar-menulist span[id^="toolbar-integration_stylite"].switchOn,
|
||||||
|
#toolbar-menulist span[id^="toolbar-video_toggle"].switchOn {
|
||||||
filter: none;
|
filter: none;
|
||||||
box-shadow: inset 1px 1px 1px 1px gray !important;
|
box-shadow: inset 1px 1px 1px 1px gray !important;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar span[data-group="integration"] > span span.slideSwitch_container,
|
#calendar-toolbar_toolbar span[data-group="integration"] > span span.slideSwitch_container,
|
||||||
#calendar-toolbar_toolbar span[id^="toolbar-integration_"] > span span.slideSwitch_container {
|
#toolbar-menulist span[id^="toolbar-video_toggle"] span.slideSwitch_container,
|
||||||
|
#toolbar-menulist span[id^="toolbar-integration_stylite"] span.slideSwitch_container {
|
||||||
background: none;
|
background: none;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
}
|
}
|
||||||
@ -2830,7 +2833,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
/* tablets and smartphones */
|
/* tablets and smartphones */
|
||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 70px;
|
height: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -2884,7 +2887,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
background-color: #CC0033;
|
background-color: #CC0033;
|
||||||
}
|
}
|
||||||
#calendar-view button.plus_button {
|
#calendar-view button.plus_button {
|
||||||
bottom: 85px;
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
#calendar-toolbar button#toolbar-today {
|
#calendar-toolbar button#toolbar-today {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -2925,4 +2928,27 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-toolbar .egw_fw_ui_app_header_container {
|
#calendar-toolbar .egw_fw_ui_app_header_container {
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar .et2_searchbox input {
|
||||||
|
height: 42px;
|
||||||
|
}
|
||||||
|
#calendar-toolbar .nm-mob-header {
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
#calendar-toolbar .nm-mob-header .ui-toolbar-menulist button {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
#calendar-toolbar .nm-mob-header .et2_searchbox {
|
||||||
|
display: inline-block;
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
#calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar {
|
||||||
|
width: calc(100% - 100px);
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
#calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar #toolbar-actionlist {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/* tablets and smartphones */
|
/* tablets and smartphones */
|
||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 70px;
|
height: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -60,7 +60,7 @@
|
|||||||
#calendar-toolbar {background-color: @calendar-color;}
|
#calendar-toolbar {background-color: @calendar-color;}
|
||||||
#calendar-view {
|
#calendar-view {
|
||||||
button.plus_button {
|
button.plus_button {
|
||||||
bottom: 85px;
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#calendar-toolbar button#toolbar-today {
|
#calendar-toolbar button#toolbar-today {
|
||||||
@ -98,4 +98,25 @@
|
|||||||
}
|
}
|
||||||
#calendar-toolbar_app_header {height: 17px;left:0;}
|
#calendar-toolbar_app_header {height: 17px;left:0;}
|
||||||
#calendar-toolbar .egw_fw_ui_app_header_container {min-height:20px;}
|
#calendar-toolbar .egw_fw_ui_app_header_container {min-height:20px;}
|
||||||
|
#calendar-toolbar .et2_searchbox input{height: 42px;}
|
||||||
|
#calendar-toolbar {
|
||||||
|
.nm-mob-header {
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
.ui-toolbar-menulist button {color: black;}
|
||||||
|
z-index: 100;
|
||||||
|
.et2_searchbox {
|
||||||
|
display: inline-block;
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
#calendar-toolbar_toolbar{
|
||||||
|
width: calc(100% - 100px);
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0px !important;
|
||||||
|
#toolbar-actionlist {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
23
calendar/templates/mobile/toolbar.xet
Normal file
23
calendar/templates/mobile/toolbar.xet
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Egroupware
|
||||||
|
@license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
@package
|
||||||
|
@subpackage
|
||||||
|
@link http://www.egroupware.org
|
||||||
|
@author Hadi Nategh
|
||||||
|
@version $Id$
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!DOCTYPE overlay PUBLIC '-//EGroupware GmbH//eTemplate 2//EN' 'http://www.egroupware.org/etemplate2.dtd'>
|
||||||
|
|
||||||
|
<overlay>
|
||||||
|
<template id="calendar.toolbar">
|
||||||
|
<hbox class="et2_nextmatch" >
|
||||||
|
<box class="search nm-mob-header" width="100%">
|
||||||
|
<searchbox id="keywords" blur="Search" overlay="false" fix="false" onchange="app.calendar.update_state({view: 'listview',search: widget.getValue()});return false;"/>
|
||||||
|
<toolbar id="toolbar" flat_list="false"/>
|
||||||
|
</box>
|
||||||
|
</hbox>
|
||||||
|
</template>
|
||||||
|
</overlay>
|
@ -101,7 +101,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-et2_target hr {
|
#calendar-et2_target hr {
|
||||||
display: block;
|
display: block;
|
||||||
border-top: #696969;
|
border-top: 1px solid #696969;
|
||||||
}
|
}
|
||||||
#calendar-sidebox_buttons tbody {
|
#calendar-sidebox_buttons tbody {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -1688,13 +1688,13 @@ img.sideboxstar:active {
|
|||||||
.calendar_calEventBodySmall img[src$="svg"],
|
.calendar_calEventBodySmall img[src$="svg"],
|
||||||
.calendar_calDayColHeader img[src$="svg"] {
|
.calendar_calDayColHeader img[src$="svg"] {
|
||||||
background-color: #0c5da5;
|
background-color: #0c5da5;
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||||
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -moz-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -ms-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -ms-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c5da5), to(#0c5da5));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0C5DA5), to(#0C5DA5));
|
||||||
background-image: -webkit-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -webkit-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -o-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
/* calender view*/
|
/* calender view*/
|
||||||
@ -1718,26 +1718,26 @@ div.calendar {
|
|||||||
/* They are the navigation buttons */
|
/* They are the navigation buttons */
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
/* Make the buttons seem like they're pressing */
|
/* Make the buttons seem like they're pressing */
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
.calendar .nav {
|
.calendar .nav {
|
||||||
/*background: url(../images/menuarrow.png) no-repeat 100% 100%;*/
|
/*background: url(../images/menuarrow.png) no-repeat 100% 100%;*/
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
.calendar thead .title {
|
.calendar thead .title {
|
||||||
/* This holds the current "month, year" */
|
/* This holds the current "month, year" */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/* Pressing it will take you to the current date */
|
/* Pressing it will take you to the current date */
|
||||||
/*text-align: center;*/
|
/*text-align: center;*/
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
}
|
}
|
||||||
.calendar thead .title:hover {
|
.calendar thead .title:hover {
|
||||||
background-color: #e6e6e6 !important;
|
background-color: #E6E6E6 !important;
|
||||||
}
|
}
|
||||||
.calendar thead .headrow {
|
.calendar thead .headrow {
|
||||||
/* Row <TR> containing navigation buttons */
|
/* Row <TR> containing navigation buttons */
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.calendar thead .daynames {
|
.calendar thead .daynames {
|
||||||
@ -1767,7 +1767,7 @@ div.calendar {
|
|||||||
}
|
}
|
||||||
.calendar thead .active {
|
.calendar thead .active {
|
||||||
/* Active (pressed) buttons in header */
|
/* Active (pressed) buttons in header */
|
||||||
background_color: #408dd2;
|
background_color: #408DD2;
|
||||||
/*padding: 2px 0px 0px 2px;*/
|
/*padding: 2px 0px 0px 2px;*/
|
||||||
}
|
}
|
||||||
.calendar tbody tr,
|
.calendar tbody tr,
|
||||||
@ -1812,7 +1812,7 @@ div.calendar {
|
|||||||
/*border: 0px solid @gray_50;*/
|
/*border: 0px solid @gray_50;*/
|
||||||
/*padding: 1px 3px 1px 1px;*/
|
/*padding: 1px 3px 1px 1px;*/
|
||||||
/*padding: 0px;*/
|
/*padding: 0px;*/
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
color: #000;
|
color: #000;
|
||||||
-webkit-box-shadow: inset 1px 2px 1px #000000;
|
-webkit-box-shadow: inset 1px 2px 1px #000000;
|
||||||
-moz-box-shadow: inset 1px 2px 1px #000000;
|
-moz-box-shadow: inset 1px 2px 1px #000000;
|
||||||
@ -1994,7 +1994,7 @@ div.calendar {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details #calendar-edit_details_alarms {
|
#calendar-edit #calendar-edit_calendar-edit-details #calendar-edit_details_alarms {
|
||||||
background-color: #cdcdcd;
|
background-color: #CDCDCD;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-description #calendar-edit_details_category {
|
#calendar-edit #calendar-edit_calendar-edit-description #calendar-edit_details_category {
|
||||||
@ -2012,7 +2012,7 @@ div.calendar {
|
|||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-description #calendar-edit_category {
|
#calendar-edit #calendar-edit_calendar-edit-description #calendar-edit_category {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-color: #b4b4b4;
|
border-color: #B4B4B4;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -2119,10 +2119,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
*/
|
*/
|
||||||
.calendar_calToday,
|
.calendar_calToday,
|
||||||
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
.calendar_calWeek {
|
.calendar_calWeek {
|
||||||
background-color: #ffffff;
|
background-color: #FFFFFF;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -2130,7 +2130,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
.calendar_calMonth {
|
.calendar_calMonth {
|
||||||
/*.background_table_cal_head;*/
|
/*.background_table_cal_head;*/
|
||||||
background-color: #ffffff;
|
background-color: #FFFFFF;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -2238,12 +2238,12 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
* border-color: depending on category
|
* border-color: depending on category
|
||||||
* background: depending on category (shade)
|
* background: depending on category (shade)
|
||||||
*/
|
*/
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
.calendar_calEvent:not([class*=" cat_"]) {
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||||||
/* Defaults for no category, so we don't override it */
|
/* Defaults for no category, so we don't override it */
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* All participants accepted the invitation
|
* All participants accepted the invitation
|
||||||
@ -2259,7 +2259,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader .calendar_calAddEvent:hover {
|
.calendar_calDayColHeader .calendar_calAddEvent:hover {
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
@ -2284,7 +2284,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
background-color: #e6e6e6;
|
background-color: #E6E6E6;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -2306,13 +2306,13 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosHeader a img[src$="svg"] {
|
.calendar_calDayTodos .calendar_calDayTodosHeader a img[src$="svg"] {
|
||||||
background-color: #0c5da5;
|
background-color: #0c5da5;
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||||
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -moz-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -ms-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -ms-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c5da5), to(#0c5da5));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0C5DA5), to(#0C5DA5));
|
||||||
background-image: -webkit-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -webkit-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -o-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosHeader a img {
|
.calendar_calDayTodos .calendar_calDayTodosHeader a img {
|
||||||
@ -2333,7 +2333,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #E6E6E6;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
@ -2344,9 +2344,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth-child(even) {
|
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth-child(even) {
|
||||||
background: #ffffff;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth_child(odd) {
|
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth-child(odd) {
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable table td {
|
.calendar_calDayTodos .calendar_calDayTodosTable table td {
|
||||||
@ -2354,13 +2354,13 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable table td img[src$="svg"] {
|
.calendar_calDayTodos .calendar_calDayTodosTable table td img[src$="svg"] {
|
||||||
background-color: #0c5da5;
|
background-color: #0c5da5;
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMEM1REE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||||
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -moz-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -ms-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -ms-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c5da5), to(#0c5da5));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0C5DA5), to(#0C5DA5));
|
||||||
background-image: -webkit-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -webkit-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: -o-linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-image: linear-gradient(top, #0c5da5, #0c5da5);
|
background-image: linear-gradient(top, #0C5DA5, #0C5DA5);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable table td img {
|
.calendar_calDayTodos .calendar_calDayTodosTable table td img {
|
||||||
@ -2529,7 +2529,7 @@ button#series {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #E6E6E6;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
background-position: 6px center;
|
background-position: 6px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -2539,13 +2539,13 @@ button#series {
|
|||||||
}
|
}
|
||||||
button#series img[url*="svg"] {
|
button#series img[url*="svg"] {
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||||
background-image: -moz-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -ms-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b4b4), to(#b4b4b4));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
||||||
background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
@ -2582,7 +2582,7 @@ button#exception {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #E6E6E6;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
background-position: 6px center;
|
background-position: 6px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -2592,13 +2592,13 @@ button#exception {
|
|||||||
}
|
}
|
||||||
button#exception img[url*="svg"] {
|
button#exception img[url*="svg"] {
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjRCNEI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||||
background-image: -moz-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -moz-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -ms-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -ms-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b4b4), to(#b4b4b4));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B4B4B4), to(#B4B4B4));
|
||||||
background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -webkit-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: -o-linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
|
background-image: linear-gradient(top, #B4B4B4, #B4B4B4);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
@ -2662,22 +2662,22 @@ div#calendar-container div.calendar table {
|
|||||||
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .button {
|
div#calendar-container div.calendar table thead .button {
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .title {
|
div#calendar-container div.calendar table thead .title {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .headrow {
|
div#calendar-container div.calendar table thead .headrow {
|
||||||
color: #1e1e1e;
|
color: #1E1E1E;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .headrow td {
|
div#calendar-container div.calendar table thead .headrow td {
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .daynames {
|
div#calendar-container div.calendar table thead .daynames {
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table tbody tr.daysrow:hover {
|
div#calendar-container div.calendar table tbody tr.daysrow:hover {
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
@ -2706,7 +2706,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#calendar-sidebox_date .ui-datepicker-today {
|
#calendar-sidebox_date .ui-datepicker-today {
|
||||||
background-color: #ffdd73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
#calendar-sidebox_date .ui-datepicker-calendar .ui-state-hover {
|
#calendar-sidebox_date .ui-datepicker-calendar .ui-state-hover {
|
||||||
background-color: rgba(153, 204, 255, 0.4);
|
background-color: rgba(153, 204, 255, 0.4);
|
||||||
|
Loading…
Reference in New Issue
Block a user