diff --git a/package.json b/package.json index 19a0b84d..85ff6245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sugar-calendar", - "version": "2.0.11", + "version": "2.0.12", "description": "A calendar with a sweet disposition.", "private": true, "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index e8046123..01115eef 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: event calendar, events, simple, events calendar, calendar, Pi Requires PHP: 5.6.20 Requires at least: 5.0 Tested up to: 5.3 -Stable tag: 2.0.11 +Stable tag: 2.0.12 A sweet, simple event calendar plugin. Create your events and show them on a simple calendar. That's it. diff --git a/sugar-event-calendar/includes/admin/assets/css/ltr/sc-chosen.css b/sugar-event-calendar/includes/admin/assets/css/ltr/sc-chosen.css index 26584ab1..e0860591 100644 --- a/sugar-event-calendar/includes/admin/assets/css/ltr/sc-chosen.css +++ b/sugar-event-calendar/includes/admin/assets/css/ltr/sc-chosen.css @@ -339,12 +339,15 @@ body.sugar-calendar .tablenav .actions { background-color: #4f6d59; } -/* WordPress 5.3 Support +/* WordPress 5.3+ Support -------------------------------------------------------------- */ body.branch-5-3 .chosen-container-multi .chosen-choices, body.branch-5-3 .chosen-container-single .chosen-single, -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-multi .chosen-choices, +body.branch-5-4 .chosen-container-single .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%; background-size: 16px 16px; border-radius: 3px; @@ -354,21 +357,26 @@ body.branch-5-3 .chosen-container-active .chosen-single { padding: 1px 7px; } -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { border-color: transparent; outline: 2px solid transparent; } -body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single { +body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single, +body.branch-5-4 .chosen-container-active.chosen-with-drop .chosen-single { border-radius: 3px 3px 0 0; } body.branch-5-3 .chosen-container-single .chosen-single div b:before, -body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before { +body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before, +body.branch-5-4 .chosen-container-single .chosen-single div b:before, +body.branch-5-4 .chosen-container-single .chosen-search input[type=text]:before { content: ''; } -body.branch-5-3 .chosen-container .chosen-drop { +body.branch-5-3 .chosen-container .chosen-drop, +body.branch-5-4 .chosen-container .chosen-drop { width: 100%; border-radius: 0 0 3px 3px; background: #fff; @@ -378,11 +386,15 @@ body.branch-5-3 .chosen-container .chosen-drop { body.branch-5-3 .chosen-container:hover .chosen-drop, body.branch-5-3 .chosen-container:hover .chosen-choices, -body.branch-5-3 .chosen-container:hover .chosen-single { +body.branch-5-3 .chosen-container:hover .chosen-single, +body.branch-5-4 .chosen-container:hover .chosen-drop, +body.branch-5-4 .chosen-container:hover .chosen-choices, +body.branch-5-4 .chosen-container:hover .chosen-single { color: #007cba; } -body.branch-5-3 .chosen-container-single .chosen-search input[type=text] { +body.branch-5-3 .chosen-container-single .chosen-search input[type=text], +body.branch-5-4 .chosen-container-single .chosen-search input[type=text] { border: 1px solid #ddd; border-radius: 3px; box-shadow: none; @@ -393,99 +405,121 @@ body.branch-5-3 .chosen-container-single .chosen-search input[type=text] { -------------------------------------------------------------- */ /* Fresh */ -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { border-color: #007cba; box-shadow: 0 0 0 1px #007cba; } -body.branch-5-3 .chosen-container .chosen-drop { +body.branch-5-3 .chosen-container .chosen-drop, +body.branch-5-4 .chosen-container .chosen-drop { border-color: #007cba; box-shadow: 0 1px 0 1px #007cba; } -body.branch-5-3 .chosen-container .chosen-results li.highlighted { +body.branch-5-3 .chosen-container .chosen-results li.highlighted, +body.branch-5-4 .chosen-container .chosen-results li.highlighted { background-color: #007cba; border-radius: 3px; } /* Blue */ -body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-blue .chosen-container-active .chosen-single { border-color: #096484; box-shadow: 0 0 0 1px #096484; } -body.branch-5-3.admin-color-blue .chosen-container .chosen-drop { +body.branch-5-3.admin-color-blue .chosen-container .chosen-drop, +body.branch-5-4.admin-color-blue .chosen-container .chosen-drop { border-color: #096484; box-shadow: 0 1px 0 1px #096484; } -body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-blue .chosen-container .chosen-results li.highlighted { background-color: #007cba; } /* Coffee */ -body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-coffee .chosen-container-active .chosen-single { border-color: #c7a589; box-shadow: 0 0 0 1px #c7a589; } -body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop { +body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop, +body.branch-5-4.admin-color-coffee .chosen-container .chosen-drop { border-color: #c7a589; box-shadow: 0 1px 0 1px #c7a589; } -body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-coffee .chosen-container .chosen-results li.highlighted { background-color: #c7a589; } /* Ectoplasm */ -body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-ectoplasm .chosen-container-active .chosen-single { border-color: #a3b745; box-shadow: 0 0 0 1px #a3b745; } -body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop { +body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop, +body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-drop { border-color: #a3b745; box-shadow: 0 1px 0 1px #a3b745; } +body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted, body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted { background-color: #a3b745; } /* Midnight */ -body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-midnight .chosen-container-active .chosen-single { border-color: #e14d43; box-shadow: 0 0 0 1px #e14d43; } -body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop { +body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop, +body.branch-5-4.admin-color-midnight .chosen-container .chosen-drop { border-color: #e14d43; box-shadow: 0 1px 0 1px #e14d43; } -body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-midnight .chosen-container .chosen-results li.highlighted { background-color: #e14d43; } /* Ocean */ -body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-ocean .chosen-container-active .chosen-single { border-color: #9ebaa0; box-shadow: 0 0 0 1px #9ebaa0; } -body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop { +body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop, +body.branch-5-4.admin-color-ocean .chosen-container .chosen-drop { border-color: #9ebaa0; box-shadow: 0 1px 0 1px #9ebaa0; } -body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-ocean .chosen-container .chosen-results li.highlighted { background-color: #9ebaa0; } /* Sunrise */ -body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-sunrise .chosen-container-active .chosen-single { border-color: #dd823b; box-shadow: 0 0 0 1px #dd823b; } -body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop { +body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop, +body.branch-5-4.admin-color-sunrise .chosen-container .chosen-drop { border-color: #dd823b; box-shadow: 0 1px 0 1px #dd823b; } -body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-sunrise .chosen-container .chosen-results li.highlighted { background-color: #dd823b; } /* Light */ -body.branch-5-3.admin-color-light .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-light .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-light .chosen-container-active .chosen-single { border-color: #04a4cc; box-shadow: 0 0 0 1px #04a4cc; } @@ -501,26 +535,32 @@ body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlight -------------------------------------------------------------- */ /* Evergreen */ -body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-evergreen .chosen-container-active .chosen-single { box-shadow: 0 0 0 1px #36533f; } -body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop { +body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop, +body.branch-5-4.admin-color-evergreen .chosen-container .chosen-drop { border-color: #36533f; box-shadow: 0 1px 0 1px #36533f; } -body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-evergreen .chosen-container .chosen-results li.highlighted { background-color: #36533f; } /* Mint */ -body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-mint .chosen-container-active .chosen-single { border-color: #4f6d59; box-shadow: 0 0 0 1px #4f6d59; } -body.branch-5-3.admin-color-mint .chosen-container .chosen-drop { +body.branch-5-3.admin-color-mint .chosen-container .chosen-drop, +body.branch-5-4.admin-color-mint .chosen-container .chosen-drop { border-color: #4f6d59; box-shadow: 0 1px 0 1px #4f6d59; } -body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-mint .chosen-container .chosen-results li.highlighted { background-color: #4f6d59; } diff --git a/sugar-event-calendar/includes/admin/assets/css/ltr/sc-settings.css b/sugar-event-calendar/includes/admin/assets/css/ltr/sc-settings.css index af1a9bef..c9658e4d 100644 --- a/sugar-event-calendar/includes/admin/assets/css/ltr/sc-settings.css +++ b/sugar-event-calendar/includes/admin/assets/css/ltr/sc-settings.css @@ -271,14 +271,17 @@ body.calendar_page_sc-settings .wrap h1.wp-heading-inline { width: 69%; display: inline-block; position: relative; + margin-right: 2px; } .sc-license-input-wrapper input[type="text"], .sc-license-input-wrapper input[type="password"] { width: 100%; - font-family: monospace; + font-family: caption; + font-size: 18px; + line-height: 18px; + letter-spacing: 3px; padding: 5px 5px 5px 30px; - font-size: 15px; } .sc-license-content .sc-license-input-wrapper button { @@ -298,7 +301,8 @@ span.sc-license-input span.sc-license-status { background: transparent; position: absolute; display: inline-block; - top: 3px; + top: 5px; + left: 5px; padding: 0; margin: 0; color: #aaa; @@ -309,10 +313,6 @@ span.sc-license-input span.sc-license-status { font: 400 20px/25px dashicons !important; } -span.sc-license-status { - left: 3px; -} - span.sc-license-status.empty:after { content: "\f112"; /* Key */ color: #aaa; diff --git a/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-chosen.css b/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-chosen.css index 4571011a..1469b942 100644 --- a/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-chosen.css +++ b/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-chosen.css @@ -1 +1 @@ -body.sugar-calendar.js select.sc-select-chosen{height:28px;opacity:.2;width:auto;min-width:55px;max-width:300px}body.sugar-calendar div.sc-select-chosen{min-width:55px;max-width:125px}body.sugar-calendar .sc-select-chosen.sc-time{max-width:55px}body.sugar-calendar div.filter-items div.sc-select-chosen,body.sugar-calendar div.tablenav.top div.sc-select-chosen{min-width:125px;max-width:125px}body.sugar-calendar .media-toolbar,body.sugar-calendar .tablenav .actions,body.sugar-calendar .wrap .actions:not(.bulkactions){overflow:visible!important}#customize-theme-controls .chosen-container,.chosen-container.chosen-container-multi{width:100%!important}.chosen-container{font-size:13px;vertical-align:middle}.chosen-container-single .chosen-single div b{background-image:none}.chosen-container-single .chosen-single div b:before{display:block;width:17px;height:17px;position:absolute;right:2px;top:0;font-family:dashicons;font-size:15px;content:'\f140';color:#555;margin-top:1px}.chosen-container-single .chosen-search input[type=text]:before{display:block;width:20px;height:20px;font-family:dashicons;content:'\f140'}.chosen-container-single .chosen-search:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:8px;color:#aaa;font-family:dashicons;font-size:17px;line-height:17px;content:'\f179'}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{border:1px solid #ddd;border-radius:0;background:#fff;padding:2px 5px;outline:0}.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{min-height:28px}.chosen-container-active .chosen-single{outline:auto 5px -webkit-focus-ring-color}.chosen-container-multi .chosen-choices li.search-field{min-width:100px!important}.chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:28px!important;width:auto!important}.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi.chosen-with-drop .chosen-choices{box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-multi.chosen-with-drop .chosen-choices{border-bottom-color:transparent}.chosen-container-single .chosen-single div{width:20px}.chosen-container-single .chosen-single span{margin-right:18px}.chosen-container .chosen-drop{font-size:13px;position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #e5e5e5;border-top:0;border-radius:0;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%!important;height:auto;outline:0;border:1px solid #ddd;border-radius:0;font-size:13px;line-height:normal;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container a.chosen-default span{color:#aaa}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0!important;padding:0 0 0 4px!important;max-height:240px}.chosen-container .chosen-results li.highlighted{background-image:none;color:#fff;border-radius:4px}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:5px 22px 5px 5px;border:1px solid #ddd;max-width:100%;border-radius:0;background:#f4f4f4;box-shadow:none;color:#333;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:15px;height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{height:15px;width:15px;position:absolute;top:0;right:0;color:#555;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#aaa}.chosen-container-multi .spinner{position:absolute;top:4px;right:-4px}.chosen-container-single .chosen-single abbr{position:absolute;top:4px;right:20px;display:block;width:18px;height:18px;color:#666}.chosen-container-single .chosen-single abbr:before{height:15px;width:15px;position:absolute;top:2px;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-single .chosen-single abbr:hover{color:#555}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:none!important}@media only screen and (max-width:782px){.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{height:auto;line-height:2;font-size:16px;padding:3px 10px}.chosen-container .chosen-results li{font-size:16px;line-height:16px}}.admin-color-fresh .chosen-container .chosen-results li.highlighted{background-color:#00a0d2}.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#26292c}.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#627c83}.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#be3631}.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#888}.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-3 .chosen-container-multi .chosen-choices,body.branch-5-3 .chosen-container-single .chosen-single{background:#fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%;background-size:16px 16px;border-radius:3px;border:1px solid #7e8993;box-shadow:0 0 0 transparent;color:#32373c;padding:1px 7px}body.branch-5-3 .chosen-container-active .chosen-single{border-color:transparent;outline:2px solid transparent}body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single{border-radius:3px 3px 0 0}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-3 .chosen-container-single .chosen-single div b:before{content:''}body.branch-5-3 .chosen-container .chosen-drop{width:100%;border-radius:0 0 3px 3px;background:#fff;border-width:0 1px 0 1px;outline:2px solid transparent}body.branch-5-3 .chosen-container:hover .chosen-choices,body.branch-5-3 .chosen-container:hover .chosen-drop,body.branch-5-3 .chosen-container:hover .chosen-single{color:#007cba}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]{border:1px solid #ddd;border-radius:3px;box-shadow:none}body.branch-5-3 .chosen-container-active .chosen-single{border-color:#007cba;box-shadow:0 0 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-drop{border-color:#007cba;box-shadow:0 1px 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-results li.highlighted{background-color:#007cba;border-radius:3px}body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single{border-color:#096484;box-shadow:0 0 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-drop{border-color:#096484;box-shadow:0 1px 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#007cba}body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single{border-color:#c7a589;box-shadow:0 0 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop{border-color:#c7a589;box-shadow:0 1px 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#c7a589}body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single{border-color:#a3b745;box-shadow:0 0 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop{border-color:#a3b745;box-shadow:0 1px 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single{border-color:#e14d43;box-shadow:0 0 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop{border-color:#e14d43;box-shadow:0 1px 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#e14d43}body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single{border-color:#9ebaa0;box-shadow:0 0 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop{border-color:#9ebaa0;box-shadow:0 1px 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#9ebaa0}body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single{border-color:#dd823b;box-shadow:0 0 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop{border-color:#dd823b;box-shadow:0 1px 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#dd823b}body.branch-5-3.admin-color-light .chosen-container-active .chosen-single{border-color:#04a4cc;box-shadow:0 0 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-drop{border-color:#04a4cc;box-shadow:0 1px 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#04a4cc}body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single{box-shadow:0 0 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop{border-color:#36533f;box-shadow:0 1px 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single{border-color:#4f6d59;box-shadow:0 0 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-drop{border-color:#4f6d59;box-shadow:0 1px 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59} \ No newline at end of file +body.sugar-calendar.js select.sc-select-chosen{height:28px;opacity:.2;width:auto;min-width:55px;max-width:300px}body.sugar-calendar div.sc-select-chosen{min-width:55px;max-width:125px}body.sugar-calendar .sc-select-chosen.sc-time{max-width:55px}body.sugar-calendar div.filter-items div.sc-select-chosen,body.sugar-calendar div.tablenav.top div.sc-select-chosen{min-width:125px;max-width:125px}body.sugar-calendar .media-toolbar,body.sugar-calendar .tablenav .actions,body.sugar-calendar .wrap .actions:not(.bulkactions){overflow:visible!important}#customize-theme-controls .chosen-container,.chosen-container.chosen-container-multi{width:100%!important}.chosen-container{font-size:13px;vertical-align:middle}.chosen-container-single .chosen-single div b{background-image:none}.chosen-container-single .chosen-single div b:before{display:block;width:17px;height:17px;position:absolute;right:2px;top:0;font-family:dashicons;font-size:15px;content:'\f140';color:#555;margin-top:1px}.chosen-container-single .chosen-search input[type=text]:before{display:block;width:20px;height:20px;font-family:dashicons;content:'\f140'}.chosen-container-single .chosen-search:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:8px;color:#aaa;font-family:dashicons;font-size:17px;line-height:17px;content:'\f179'}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{border:1px solid #ddd;border-radius:0;background:#fff;padding:2px 5px;outline:0}.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{min-height:28px}.chosen-container-active .chosen-single{outline:auto 5px -webkit-focus-ring-color}.chosen-container-multi .chosen-choices li.search-field{min-width:100px!important}.chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:28px!important;width:auto!important}.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi.chosen-with-drop .chosen-choices{box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-multi.chosen-with-drop .chosen-choices{border-bottom-color:transparent}.chosen-container-single .chosen-single div{width:20px}.chosen-container-single .chosen-single span{margin-right:18px}.chosen-container .chosen-drop{font-size:13px;position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #e5e5e5;border-top:0;border-radius:0;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%!important;height:auto;outline:0;border:1px solid #ddd;border-radius:0;font-size:13px;line-height:normal;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container a.chosen-default span{color:#aaa}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0!important;padding:0 0 0 4px!important;max-height:240px}.chosen-container .chosen-results li.highlighted{background-image:none;color:#fff;border-radius:4px}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:5px 22px 5px 5px;border:1px solid #ddd;max-width:100%;border-radius:0;background:#f4f4f4;box-shadow:none;color:#333;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:15px;height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{height:15px;width:15px;position:absolute;top:0;right:0;color:#555;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#aaa}.chosen-container-multi .spinner{position:absolute;top:4px;right:-4px}.chosen-container-single .chosen-single abbr{position:absolute;top:4px;right:20px;display:block;width:18px;height:18px;color:#666}.chosen-container-single .chosen-single abbr:before{height:15px;width:15px;position:absolute;top:2px;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-single .chosen-single abbr:hover{color:#555}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:none!important}@media only screen and (max-width:782px){.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{height:auto;line-height:2;font-size:16px;padding:3px 10px}.chosen-container .chosen-results li{font-size:16px;line-height:16px}}.admin-color-fresh .chosen-container .chosen-results li.highlighted{background-color:#00a0d2}.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#26292c}.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#627c83}.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#be3631}.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#888}.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-3 .chosen-container-multi .chosen-choices,body.branch-5-3 .chosen-container-single .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-multi .chosen-choices,body.branch-5-4 .chosen-container-single .chosen-single{background:#fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%;background-size:16px 16px;border-radius:3px;border:1px solid #7e8993;box-shadow:0 0 0 transparent;color:#32373c;padding:1px 7px}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single{border-color:transparent;outline:2px solid transparent}body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single,body.branch-5-4 .chosen-container-active.chosen-with-drop .chosen-single{border-radius:3px 3px 0 0}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-3 .chosen-container-single .chosen-single div b:before,body.branch-5-4 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-4 .chosen-container-single .chosen-single div b:before{content:''}body.branch-5-3 .chosen-container .chosen-drop,body.branch-5-4 .chosen-container .chosen-drop{width:100%;border-radius:0 0 3px 3px;background:#fff;border-width:0 1px 0 1px;outline:2px solid transparent}body.branch-5-3 .chosen-container:hover .chosen-choices,body.branch-5-3 .chosen-container:hover .chosen-drop,body.branch-5-3 .chosen-container:hover .chosen-single,body.branch-5-4 .chosen-container:hover .chosen-choices,body.branch-5-4 .chosen-container:hover .chosen-drop,body.branch-5-4 .chosen-container:hover .chosen-single{color:#007cba}body.branch-5-3 .chosen-container-single .chosen-search input[type=text],body.branch-5-4 .chosen-container-single .chosen-search input[type=text]{border:1px solid #ddd;border-radius:3px;box-shadow:none}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single{border-color:#007cba;box-shadow:0 0 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-drop,body.branch-5-4 .chosen-container .chosen-drop{border-color:#007cba;box-shadow:0 1px 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-results li.highlighted,body.branch-5-4 .chosen-container .chosen-results li.highlighted{background-color:#007cba;border-radius:3px}body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single,body.branch-5-4.admin-color-blue .chosen-container-active .chosen-single{border-color:#096484;box-shadow:0 0 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-drop,body.branch-5-4.admin-color-blue .chosen-container .chosen-drop{border-color:#096484;box-shadow:0 1px 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#007cba}body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single,body.branch-5-4.admin-color-coffee .chosen-container-active .chosen-single{border-color:#c7a589;box-shadow:0 0 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop,body.branch-5-4.admin-color-coffee .chosen-container .chosen-drop{border-color:#c7a589;box-shadow:0 1px 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#c7a589}body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single,body.branch-5-4.admin-color-ectoplasm .chosen-container-active .chosen-single{border-color:#a3b745;box-shadow:0 0 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop,body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-drop{border-color:#a3b745;box-shadow:0 1px 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single,body.branch-5-4.admin-color-midnight .chosen-container-active .chosen-single{border-color:#e14d43;box-shadow:0 0 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop,body.branch-5-4.admin-color-midnight .chosen-container .chosen-drop{border-color:#e14d43;box-shadow:0 1px 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#e14d43}body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single,body.branch-5-4.admin-color-ocean .chosen-container-active .chosen-single{border-color:#9ebaa0;box-shadow:0 0 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop,body.branch-5-4.admin-color-ocean .chosen-container .chosen-drop{border-color:#9ebaa0;box-shadow:0 1px 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#9ebaa0}body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single,body.branch-5-4.admin-color-sunrise .chosen-container-active .chosen-single{border-color:#dd823b;box-shadow:0 0 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop,body.branch-5-4.admin-color-sunrise .chosen-container .chosen-drop{border-color:#dd823b;box-shadow:0 1px 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#dd823b}body.branch-5-3.admin-color-light .chosen-container-active .chosen-single,body.branch-5-4.admin-color-light .chosen-container-active .chosen-single{border-color:#04a4cc;box-shadow:0 0 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-drop{border-color:#04a4cc;box-shadow:0 1px 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#04a4cc}body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single,body.branch-5-4.admin-color-evergreen .chosen-container-active .chosen-single{box-shadow:0 0 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop,body.branch-5-4.admin-color-evergreen .chosen-container .chosen-drop{border-color:#36533f;box-shadow:0 1px 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single,body.branch-5-4.admin-color-mint .chosen-container-active .chosen-single{border-color:#4f6d59;box-shadow:0 0 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-drop,body.branch-5-4.admin-color-mint .chosen-container .chosen-drop{border-color:#4f6d59;box-shadow:0 1px 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59} \ No newline at end of file diff --git a/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-settings.css b/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-settings.css index 2f11e20f..89e09a7b 100644 --- a/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-settings.css +++ b/sugar-event-calendar/includes/admin/assets/css/min/ltr/sc-settings.css @@ -1 +1 @@ -body.calendar_page_sc-settings .wrap h1.wp-heading-inline{display:none}.sc-settings-sidebar{padding-top:27px}.sc-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:350px}.sc-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.sc-sidebar-header-section{background-color:#253b51;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.sc-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.sc-sidebar-description-section .sc-sidebar-description{margin:0}.sc-sidebar-coupon-section{font-size:14px;padding:16px 20px}.sc-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.sc-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.sc-sidebar-coupon-section input{background:#fffaf6;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #f27100;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.sc-sidebar-coupon-section input:focus{border:2px dashed #f27100;box-shadow:none}.sc-settings-sidebar-content .sc-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.sc-settings-sidebar-content .sc-coupon-note a{color:#253b51}.sc-settings-sidebar-content .sc-coupon-note a:hover{text-decoration:none}.sc-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.sc-sidebar-footer-section .sc-cta-button{display:block;background-color:#f27100;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.sc-sidebar-footer-section .sc-cta-button:hover{background-color:#e16900}.sc-sidebar-logo-section .sc-logo-wrap{padding-top:1em;text-align:right;margin-right:20px;max-width:350px}.sc-sidebar-logo-section .sc-logo{max-width:115px}@media all and (min-width:960px){.sc-has-sidebar .sc-settings-content{float:left;width:65%}.sc-has-sidebar .sc-settings-sidebar{float:right;width:33%}}@media all and (min-width:1200px){.sc-has-sidebar .sc-settings-content{width:72%}.sc-has-sidebar .sc-settings-sidebar{width:26%}}.sc-toggle{position:relative;display:inline-block;overflow:visible}.sc-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px;box-shadow:none;border:none}.sc-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.sc-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.sc-toggle input[type=checkbox]:checked{background-color:#00a0d2}.sc-toggle input[type=checkbox]:active,.sc-toggle input[type=checkbox]:focus{outline:auto 3px -webkit-focus-ring-color}.sc-toggle input[type=checkbox]:checked:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.sc-toggle .label+input,.sc-toggle input+.label{margin-left:5px}.sc-license-wrapper{width:80%;max-width:700px;min-width:460px;margin:20px 0}.sc-license-wrapper .sc-license-header{background:#fff;border:1px solid #ddd;padding:12px 20px;margin:0}.sc-license-wrapper .sc-license-header h3,.sc-license-wrapper .sc-license-header span{padding:0;margin:5px}.sc-license-wrapper .sc-license-header span{font-size:12px;color:#aaa}.sc-license-content{background:#fafafa;border:1px solid #ddd;border-top:none;padding:25px}.sc-license-content p,.sc-license-input-wrapper{margin:0 0 15px 0}.sc-license-input{width:69%;display:inline-block;position:relative}.sc-license-input-wrapper input[type=password],.sc-license-input-wrapper input[type=text]{width:100%;font-family:monospace;padding:5px 5px 5px 30px;font-size:15px}.sc-license-content .sc-license-input-wrapper button{vertical-align:baseline}input.sc-license-key::-webkit-credentials-auto-fill-button{display:none;visibility:hidden;pointer-events:none;position:absolute;right:0}span.sc-license-input span.sc-license-status{border:none;background:0 0;position:absolute;display:inline-block;top:3px;padding:0;margin:0;color:#aaa;vertical-align:middle;text-align:center;height:25px;width:25px;font:400 20px/25px dashicons!important}span.sc-license-status{left:3px}span.sc-license-status.empty:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.inactive:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.valid:after{content:"\f147";color:green;font-size:23px}span.sc-license-status.invalid:after{content:"\f534";color:#ca4a1f;font-size:20px}span.sc-license-status.verifying{font-size:17px;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}span.sc-license-status.verifying:after{content:"\f463";color:#0085ba}button.sc-license-refresh{border:none;background:0 0;padding:0;margin:0;cursor:pointer;color:#444;text-decoration:underline}.sc-license-content p:last-child{margin-bottom:0}.sc-sortable-list{margin:0;width:300px;position:relative}.sc-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.sc-sortable-list li label *{vertical-align:middle}.sc-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:'\f228';cursor:move}.form-table .sc-sortable-list li label{display:block;height:28px;padding:0;margin:0}.sc-check-wrapper{clear:both}.sc-check-wrapper label{margin:-2px 0 3px 0;display:inline-block;vertical-align:initial}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} \ No newline at end of file +body.calendar_page_sc-settings .wrap h1.wp-heading-inline{display:none}.sc-settings-sidebar{padding-top:27px}.sc-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:350px}.sc-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.sc-sidebar-header-section{background-color:#253b51;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.sc-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.sc-sidebar-description-section .sc-sidebar-description{margin:0}.sc-sidebar-coupon-section{font-size:14px;padding:16px 20px}.sc-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.sc-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.sc-sidebar-coupon-section input{background:#fffaf6;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #f27100;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.sc-sidebar-coupon-section input:focus{border:2px dashed #f27100;box-shadow:none}.sc-settings-sidebar-content .sc-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.sc-settings-sidebar-content .sc-coupon-note a{color:#253b51}.sc-settings-sidebar-content .sc-coupon-note a:hover{text-decoration:none}.sc-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.sc-sidebar-footer-section .sc-cta-button{display:block;background-color:#f27100;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.sc-sidebar-footer-section .sc-cta-button:hover{background-color:#e16900}.sc-sidebar-logo-section .sc-logo-wrap{padding-top:1em;text-align:right;margin-right:20px;max-width:350px}.sc-sidebar-logo-section .sc-logo{max-width:115px}@media all and (min-width:960px){.sc-has-sidebar .sc-settings-content{float:left;width:65%}.sc-has-sidebar .sc-settings-sidebar{float:right;width:33%}}@media all and (min-width:1200px){.sc-has-sidebar .sc-settings-content{width:72%}.sc-has-sidebar .sc-settings-sidebar{width:26%}}.sc-toggle{position:relative;display:inline-block;overflow:visible}.sc-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px;box-shadow:none;border:none}.sc-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.sc-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.sc-toggle input[type=checkbox]:checked{background-color:#00a0d2}.sc-toggle input[type=checkbox]:active,.sc-toggle input[type=checkbox]:focus{outline:auto 3px -webkit-focus-ring-color}.sc-toggle input[type=checkbox]:checked:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.sc-toggle .label+input,.sc-toggle input+.label{margin-left:5px}.sc-license-wrapper{width:80%;max-width:700px;min-width:460px;margin:20px 0}.sc-license-wrapper .sc-license-header{background:#fff;border:1px solid #ddd;padding:12px 20px;margin:0}.sc-license-wrapper .sc-license-header h3,.sc-license-wrapper .sc-license-header span{padding:0;margin:5px}.sc-license-wrapper .sc-license-header span{font-size:12px;color:#aaa}.sc-license-content{background:#fafafa;border:1px solid #ddd;border-top:none;padding:25px}.sc-license-content p,.sc-license-input-wrapper{margin:0 0 15px 0}.sc-license-input{width:69%;display:inline-block;position:relative;margin-right:2px}.sc-license-input-wrapper input[type=password],.sc-license-input-wrapper input[type=text]{width:100%;font-family:caption;font-size:18px;line-height:18px;letter-spacing:3px;padding:5px 5px 5px 30px}.sc-license-content .sc-license-input-wrapper button{vertical-align:baseline}input.sc-license-key::-webkit-credentials-auto-fill-button{display:none;visibility:hidden;pointer-events:none;position:absolute;right:0}span.sc-license-input span.sc-license-status{border:none;background:0 0;position:absolute;display:inline-block;top:5px;left:5px;padding:0;margin:0;color:#aaa;vertical-align:middle;text-align:center;height:25px;width:25px;font:400 20px/25px dashicons!important}span.sc-license-status.empty:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.inactive:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.valid:after{content:"\f147";color:green;font-size:23px}span.sc-license-status.invalid:after{content:"\f534";color:#ca4a1f;font-size:20px}span.sc-license-status.verifying{font-size:17px;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}span.sc-license-status.verifying:after{content:"\f463";color:#0085ba}button.sc-license-refresh{border:none;background:0 0;padding:0;margin:0;cursor:pointer;color:#444;text-decoration:underline}.sc-license-content p:last-child{margin-bottom:0}.sc-sortable-list{margin:0;width:300px;position:relative}.sc-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.sc-sortable-list li label *{vertical-align:middle}.sc-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;right:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:'\f228';cursor:move}.form-table .sc-sortable-list li label{display:block;height:28px;padding:0;margin:0}.sc-check-wrapper{clear:both}.sc-check-wrapper label{margin:-2px 0 3px 0;display:inline-block;vertical-align:initial}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} \ No newline at end of file diff --git a/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-chosen.css b/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-chosen.css index f29e4d95..b3763bcd 100644 --- a/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-chosen.css +++ b/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-chosen.css @@ -1 +1 @@ -body.sugar-calendar.js select.sc-select-chosen{height:28px;opacity:.2;width:auto;min-width:55px;max-width:300px}body.sugar-calendar div.sc-select-chosen{min-width:55px;max-width:125px}body.sugar-calendar .sc-select-chosen.sc-time{max-width:55px}body.sugar-calendar div.filter-items div.sc-select-chosen,body.sugar-calendar div.tablenav.top div.sc-select-chosen{min-width:125px;max-width:125px}body.sugar-calendar .media-toolbar,body.sugar-calendar .tablenav .actions,body.sugar-calendar .wrap .actions:not(.bulkactions){overflow:visible!important}#customize-theme-controls .chosen-container,.chosen-container.chosen-container-multi{width:100%!important}.chosen-container{font-size:13px;vertical-align:middle}.chosen-container-single .chosen-single div b{background-image:none}.chosen-container-single .chosen-single div b:before{display:block;width:17px;height:17px;position:absolute;left:2px;top:0;font-family:dashicons;font-size:15px;content:'\f140';color:#555;margin-top:1px}.chosen-container-single .chosen-search input[type=text]:before{display:block;width:20px;height:20px;font-family:dashicons;content:'\f140'}.chosen-container-single .chosen-search:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:8px;color:#aaa;font-family:dashicons;font-size:17px;line-height:17px;content:'\f179'}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{border:1px solid #ddd;border-radius:0;background:#fff;padding:2px 5px;outline:0}.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{min-height:28px}.chosen-container-active .chosen-single{outline:auto 5px -webkit-focus-ring-color}.chosen-container-multi .chosen-choices li.search-field{min-width:100px!important}.chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:28px!important;width:auto!important}.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi.chosen-with-drop .chosen-choices{box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-multi.chosen-with-drop .chosen-choices{border-bottom-color:transparent}.chosen-container-single .chosen-single div{width:20px}.chosen-container-single .chosen-single span{margin-left:18px}.chosen-container .chosen-drop{font-size:13px;position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #e5e5e5;border-top:0;border-radius:0;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 5px 4px 20px;width:100%!important;height:auto;outline:0;border:1px solid #ddd;border-radius:0;font-size:13px;line-height:normal;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container a.chosen-default span{color:#aaa}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px!important;padding:0 4px 0 0!important;max-height:240px}.chosen-container .chosen-results li.highlighted{background-image:none;color:#fff;border-radius:4px}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:5px 5px 5px 22px;border:1px solid #ddd;max-width:100%;border-radius:0;background:#f4f4f4;box-shadow:none;color:#333;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:15px;height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{height:15px;width:15px;position:absolute;top:0;left:0;color:#555;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#aaa}.chosen-container-multi .spinner{position:absolute;top:4px;left:-4px}.chosen-container-single .chosen-single abbr{position:absolute;top:4px;left:20px;display:block;width:18px;height:18px;color:#666}.chosen-container-single .chosen-single abbr:before{height:15px;width:15px;position:absolute;top:2px;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-single .chosen-single abbr:hover{color:#555}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:none!important}@media only screen and (max-width:782px){.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{height:auto;line-height:2;font-size:16px;padding:3px 10px}.chosen-container .chosen-results li{font-size:16px;line-height:16px}}.admin-color-fresh .chosen-container .chosen-results li.highlighted{background-color:#00a0d2}.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#26292c}.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#627c83}.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#be3631}.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#888}.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-3 .chosen-container-multi .chosen-choices,body.branch-5-3 .chosen-container-single .chosen-single{background:#fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 50%;background-size:16px 16px;border-radius:3px;border:1px solid #7e8993;box-shadow:0 0 0 transparent;color:#32373c;padding:1px 7px}body.branch-5-3 .chosen-container-active .chosen-single{border-color:transparent;outline:2px solid transparent}body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single{border-radius:3px 3px 0 0}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-3 .chosen-container-single .chosen-single div b:before{content:''}body.branch-5-3 .chosen-container .chosen-drop{width:100%;border-radius:0 0 3px 3px;background:#fff;border-width:0 1px 0 1px;outline:2px solid transparent}body.branch-5-3 .chosen-container:hover .chosen-choices,body.branch-5-3 .chosen-container:hover .chosen-drop,body.branch-5-3 .chosen-container:hover .chosen-single{color:#007cba}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]{border:1px solid #ddd;border-radius:3px;box-shadow:none}body.branch-5-3 .chosen-container-active .chosen-single{border-color:#007cba;box-shadow:0 0 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-drop{border-color:#007cba;box-shadow:0 1px 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-results li.highlighted{background-color:#007cba;border-radius:3px}body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single{border-color:#096484;box-shadow:0 0 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-drop{border-color:#096484;box-shadow:0 1px 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#007cba}body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single{border-color:#c7a589;box-shadow:0 0 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop{border-color:#c7a589;box-shadow:0 1px 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#c7a589}body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single{border-color:#a3b745;box-shadow:0 0 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop{border-color:#a3b745;box-shadow:0 1px 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single{border-color:#e14d43;box-shadow:0 0 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop{border-color:#e14d43;box-shadow:0 1px 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#e14d43}body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single{border-color:#9ebaa0;box-shadow:0 0 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop{border-color:#9ebaa0;box-shadow:0 1px 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#9ebaa0}body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single{border-color:#dd823b;box-shadow:0 0 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop{border-color:#dd823b;box-shadow:0 1px 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#dd823b}body.branch-5-3.admin-color-light .chosen-container-active .chosen-single{border-color:#04a4cc;box-shadow:0 0 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-drop{border-color:#04a4cc;box-shadow:0 1px 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#04a4cc}body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single{box-shadow:0 0 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop{border-color:#36533f;box-shadow:0 1px 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single{border-color:#4f6d59;box-shadow:0 0 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-drop{border-color:#4f6d59;box-shadow:0 1px 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59} \ No newline at end of file +body.sugar-calendar.js select.sc-select-chosen{height:28px;opacity:.2;width:auto;min-width:55px;max-width:300px}body.sugar-calendar div.sc-select-chosen{min-width:55px;max-width:125px}body.sugar-calendar .sc-select-chosen.sc-time{max-width:55px}body.sugar-calendar div.filter-items div.sc-select-chosen,body.sugar-calendar div.tablenav.top div.sc-select-chosen{min-width:125px;max-width:125px}body.sugar-calendar .media-toolbar,body.sugar-calendar .tablenav .actions,body.sugar-calendar .wrap .actions:not(.bulkactions){overflow:visible!important}#customize-theme-controls .chosen-container,.chosen-container.chosen-container-multi{width:100%!important}.chosen-container{font-size:13px;vertical-align:middle}.chosen-container-single .chosen-single div b{background-image:none}.chosen-container-single .chosen-single div b:before{display:block;width:17px;height:17px;position:absolute;left:2px;top:0;font-family:dashicons;font-size:15px;content:'\f140';color:#555;margin-top:1px}.chosen-container-single .chosen-search input[type=text]:before{display:block;width:20px;height:20px;font-family:dashicons;content:'\f140'}.chosen-container-single .chosen-search:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:8px;color:#aaa;font-family:dashicons;font-size:17px;line-height:17px;content:'\f179'}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{border:1px solid #ddd;border-radius:0;background:#fff;padding:2px 5px;outline:0}.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{min-height:28px}.chosen-container-active .chosen-single{outline:auto 5px -webkit-focus-ring-color}.chosen-container-multi .chosen-choices li.search-field{min-width:100px!important}.chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:28px!important;width:auto!important}.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single{box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-multi.chosen-with-drop .chosen-choices{box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-multi.chosen-with-drop .chosen-choices{border-bottom-color:transparent}.chosen-container-single .chosen-single div{width:20px}.chosen-container-single .chosen-single span{margin-left:18px}.chosen-container .chosen-drop{font-size:13px;position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #e5e5e5;border-top:0;border-radius:0;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 5px 4px 20px;width:100%!important;height:auto;outline:0;border:1px solid #ddd;border-radius:0;font-size:13px;line-height:normal;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.chosen-container a.chosen-default span{color:#aaa}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 0 4px 4px!important;padding:0 4px 0 0!important;max-height:240px}.chosen-container .chosen-results li.highlighted{background-image:none;color:#fff;border-radius:4px}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 0 3px 5px;padding:5px 5px 5px 22px;border:1px solid #ddd;max-width:100%;border-radius:0;background:#f4f4f4;box-shadow:none;color:#333;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;left:3px;display:block;width:15px;height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{height:15px;width:15px;position:absolute;top:0;left:0;color:#555;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#aaa}.chosen-container-multi .spinner{position:absolute;top:4px;left:-4px}.chosen-container-single .chosen-single abbr{position:absolute;top:4px;left:20px;display:block;width:18px;height:18px;color:#666}.chosen-container-single .chosen-single abbr:before{height:15px;width:15px;position:absolute;top:2px;font-family:dashicons;content:'\f158';font-size:15px;line-height:15px}.chosen-container-single .chosen-single abbr:hover{color:#555}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:none!important}@media only screen and (max-width:782px){.chosen-container-single .chosen-single,.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{height:auto;line-height:2;font-size:16px;padding:3px 10px}.chosen-container .chosen-results li{font-size:16px;line-height:16px}}.admin-color-fresh .chosen-container .chosen-results li.highlighted{background-color:#00a0d2}.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#096484}.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#26292c}.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#627c83}.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#be3631}.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#888}.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-3 .chosen-container-multi .chosen-choices,body.branch-5-3 .chosen-container-single .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-multi .chosen-choices,body.branch-5-4 .chosen-container-single .chosen-single{background:#fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 50%;background-size:16px 16px;border-radius:3px;border:1px solid #7e8993;box-shadow:0 0 0 transparent;color:#32373c;padding:1px 7px}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single{border-color:transparent;outline:2px solid transparent}body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single,body.branch-5-4 .chosen-container-active.chosen-with-drop .chosen-single{border-radius:3px 3px 0 0}body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-3 .chosen-container-single .chosen-single div b:before,body.branch-5-4 .chosen-container-single .chosen-search input[type=text]:before,body.branch-5-4 .chosen-container-single .chosen-single div b:before{content:''}body.branch-5-3 .chosen-container .chosen-drop,body.branch-5-4 .chosen-container .chosen-drop{width:100%;border-radius:0 0 3px 3px;background:#fff;border-width:0 1px 0 1px;outline:2px solid transparent}body.branch-5-3 .chosen-container:hover .chosen-choices,body.branch-5-3 .chosen-container:hover .chosen-drop,body.branch-5-3 .chosen-container:hover .chosen-single,body.branch-5-4 .chosen-container:hover .chosen-choices,body.branch-5-4 .chosen-container:hover .chosen-drop,body.branch-5-4 .chosen-container:hover .chosen-single{color:#007cba}body.branch-5-3 .chosen-container-single .chosen-search input[type=text],body.branch-5-4 .chosen-container-single .chosen-search input[type=text]{border:1px solid #ddd;border-radius:3px;box-shadow:none}body.branch-5-3 .chosen-container-active .chosen-single,body.branch-5-4 .chosen-container-active .chosen-single{border-color:#007cba;box-shadow:0 0 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-drop,body.branch-5-4 .chosen-container .chosen-drop{border-color:#007cba;box-shadow:0 1px 0 1px #007cba}body.branch-5-3 .chosen-container .chosen-results li.highlighted,body.branch-5-4 .chosen-container .chosen-results li.highlighted{background-color:#007cba;border-radius:3px}body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single,body.branch-5-4.admin-color-blue .chosen-container-active .chosen-single{border-color:#096484;box-shadow:0 0 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-drop,body.branch-5-4.admin-color-blue .chosen-container .chosen-drop{border-color:#096484;box-shadow:0 1px 0 1px #096484}body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-blue .chosen-container .chosen-results li.highlighted{background-color:#007cba}body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single,body.branch-5-4.admin-color-coffee .chosen-container-active .chosen-single{border-color:#c7a589;box-shadow:0 0 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop,body.branch-5-4.admin-color-coffee .chosen-container .chosen-drop{border-color:#c7a589;box-shadow:0 1px 0 1px #c7a589}body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-coffee .chosen-container .chosen-results li.highlighted{background-color:#c7a589}body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single,body.branch-5-4.admin-color-ectoplasm .chosen-container-active .chosen-single{border-color:#a3b745;box-shadow:0 0 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop,body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-drop{border-color:#a3b745;box-shadow:0 1px 0 1px #a3b745}body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted{background-color:#a3b745}body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single,body.branch-5-4.admin-color-midnight .chosen-container-active .chosen-single{border-color:#e14d43;box-shadow:0 0 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop,body.branch-5-4.admin-color-midnight .chosen-container .chosen-drop{border-color:#e14d43;box-shadow:0 1px 0 1px #e14d43}body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-midnight .chosen-container .chosen-results li.highlighted{background-color:#e14d43}body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single,body.branch-5-4.admin-color-ocean .chosen-container-active .chosen-single{border-color:#9ebaa0;box-shadow:0 0 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop,body.branch-5-4.admin-color-ocean .chosen-container .chosen-drop{border-color:#9ebaa0;box-shadow:0 1px 0 1px #9ebaa0}body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-ocean .chosen-container .chosen-results li.highlighted{background-color:#9ebaa0}body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single,body.branch-5-4.admin-color-sunrise .chosen-container-active .chosen-single{border-color:#dd823b;box-shadow:0 0 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop,body.branch-5-4.admin-color-sunrise .chosen-container .chosen-drop{border-color:#dd823b;box-shadow:0 1px 0 1px #dd823b}body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-sunrise .chosen-container .chosen-results li.highlighted{background-color:#dd823b}body.branch-5-3.admin-color-light .chosen-container-active .chosen-single,body.branch-5-4.admin-color-light .chosen-container-active .chosen-single{border-color:#04a4cc;box-shadow:0 0 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-drop{border-color:#04a4cc;box-shadow:0 1px 0 1px #04a4cc}body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlighted{background-color:#04a4cc}body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single,body.branch-5-4.admin-color-evergreen .chosen-container-active .chosen-single{box-shadow:0 0 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop,body.branch-5-4.admin-color-evergreen .chosen-container .chosen-drop{border-color:#36533f;box-shadow:0 1px 0 1px #36533f}body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-evergreen .chosen-container .chosen-results li.highlighted{background-color:#36533f}body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single,body.branch-5-4.admin-color-mint .chosen-container-active .chosen-single{border-color:#4f6d59;box-shadow:0 0 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-drop,body.branch-5-4.admin-color-mint .chosen-container .chosen-drop{border-color:#4f6d59;box-shadow:0 1px 0 1px #4f6d59}body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted,body.branch-5-4.admin-color-mint .chosen-container .chosen-results li.highlighted{background-color:#4f6d59} \ No newline at end of file diff --git a/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-settings.css b/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-settings.css index bcd4f66a..809b13cd 100644 --- a/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-settings.css +++ b/sugar-event-calendar/includes/admin/assets/css/min/rtl/sc-settings.css @@ -1 +1 @@ -body.calendar_page_sc-settings .wrap h1.wp-heading-inline{display:none}.sc-settings-sidebar{padding-top:27px}.sc-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:350px}.sc-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.sc-sidebar-header-section{background-color:#253b51;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.sc-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.sc-sidebar-description-section .sc-sidebar-description{margin:0}.sc-sidebar-coupon-section{font-size:14px;padding:16px 20px}.sc-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.sc-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.sc-sidebar-coupon-section input{background:#fffaf6;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #f27100;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.sc-sidebar-coupon-section input:focus{border:2px dashed #f27100;box-shadow:none}.sc-settings-sidebar-content .sc-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.sc-settings-sidebar-content .sc-coupon-note a{color:#253b51}.sc-settings-sidebar-content .sc-coupon-note a:hover{text-decoration:none}.sc-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.sc-sidebar-footer-section .sc-cta-button{display:block;background-color:#f27100;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.sc-sidebar-footer-section .sc-cta-button:hover{background-color:#e16900}.sc-sidebar-logo-section .sc-logo-wrap{padding-top:1em;text-align:left;margin-left:20px;max-width:350px}.sc-sidebar-logo-section .sc-logo{max-width:115px}@media all and (min-width:960px){.sc-has-sidebar .sc-settings-content{float:right;width:65%}.sc-has-sidebar .sc-settings-sidebar{float:left;width:33%}}@media all and (min-width:1200px){.sc-has-sidebar .sc-settings-content{width:72%}.sc-has-sidebar .sc-settings-sidebar{width:26%}}.sc-toggle{position:relative;display:inline-block;overflow:visible}.sc-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px;box-shadow:none;border:none}.sc-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.sc-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;right:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.sc-toggle input[type=checkbox]:checked{background-color:#00a0d2}.sc-toggle input[type=checkbox]:active,.sc-toggle input[type=checkbox]:focus{outline:auto 3px -webkit-focus-ring-color}.sc-toggle input[type=checkbox]:checked:before{-webkit-transform:translateX(-22px);-ms-transform:translateX(-22px);transform:translateX(-22px)}.sc-toggle .label+input,.sc-toggle input+.label{margin-right:5px}.sc-license-wrapper{width:80%;max-width:700px;min-width:460px;margin:20px 0}.sc-license-wrapper .sc-license-header{background:#fff;border:1px solid #ddd;padding:12px 20px;margin:0}.sc-license-wrapper .sc-license-header h3,.sc-license-wrapper .sc-license-header span{padding:0;margin:5px}.sc-license-wrapper .sc-license-header span{font-size:12px;color:#aaa}.sc-license-content{background:#fafafa;border:1px solid #ddd;border-top:none;padding:25px}.sc-license-content p,.sc-license-input-wrapper{margin:0 0 15px 0}.sc-license-input{width:69%;display:inline-block;position:relative}.sc-license-input-wrapper input[type=password],.sc-license-input-wrapper input[type=text]{width:100%;font-family:monospace;padding:5px 30px 5px 5px;font-size:15px}.sc-license-content .sc-license-input-wrapper button{vertical-align:baseline}input.sc-license-key::-webkit-credentials-auto-fill-button{display:none;visibility:hidden;pointer-events:none;position:absolute;left:0}span.sc-license-input span.sc-license-status{border:none;background:0 0;position:absolute;display:inline-block;top:3px;padding:0;margin:0;color:#aaa;vertical-align:middle;text-align:center;height:25px;width:25px;font:400 20px/25px dashicons!important}span.sc-license-status{right:3px}span.sc-license-status.empty:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.inactive:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.valid:after{content:"\f147";color:green;font-size:23px}span.sc-license-status.invalid:after{content:"\f534";color:#ca4a1f;font-size:20px}span.sc-license-status.verifying{font-size:17px;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}span.sc-license-status.verifying:after{content:"\f463";color:#0085ba}button.sc-license-refresh{border:none;background:0 0;padding:0;margin:0;cursor:pointer;color:#444;text-decoration:underline}.sc-license-content p:last-child{margin-bottom:0}.sc-sortable-list{margin:0;width:300px;position:relative}.sc-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.sc-sortable-list li label *{vertical-align:middle}.sc-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:'\f228';cursor:move}.form-table .sc-sortable-list li label{display:block;height:28px;padding:0;margin:0}.sc-check-wrapper{clear:both}.sc-check-wrapper label{margin:-2px 0 3px 0;display:inline-block;vertical-align:initial}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}} \ No newline at end of file +body.calendar_page_sc-settings .wrap h1.wp-heading-inline{display:none}.sc-settings-sidebar{padding-top:27px}.sc-settings-sidebar-content{background-color:#fff;text-align:center;border:1px solid #ddd;box-sizing:border-box;max-width:350px}.sc-settings-sidebar-content p{font-size:14px;line-height:1.5;margin-top:0}.sc-sidebar-header-section{background-color:#253b51;line-height:1;padding:26px 20px 24px;border-bottom:3px dashed #fafafa}.sc-sidebar-description-section{background-color:#fafafa;padding:16px 20px;border-bottom:1px solid #ddd}.sc-sidebar-description-section .sc-sidebar-description{margin:0}.sc-sidebar-coupon-section{font-size:14px;padding:16px 20px}.sc-sidebar-coupon-section label{display:block;line-height:1.4;margin-bottom:6px}.sc-sidebar-coupon-section label strong{color:#253b51;font-weight:700}.sc-sidebar-coupon-section input{background:#fffaf6;font-size:22px;font-weight:600;text-align:center;padding:10px;border:2px dashed #f27100;border-radius:4px;margin-bottom:16px;box-shadow:none;width:100%}.sc-sidebar-coupon-section input:focus{border:2px dashed #f27100;box-shadow:none}.sc-settings-sidebar-content .sc-coupon-note{color:#6c7883;font-size:13px;font-style:italic;margin:0}.sc-settings-sidebar-content .sc-coupon-note a{color:#253b51}.sc-settings-sidebar-content .sc-coupon-note a:hover{text-decoration:none}.sc-sidebar-footer-section{background-color:#fafafa;padding:16px 20px;border-top:1px solid #ddd}.sc-sidebar-footer-section .sc-cta-button{display:block;background-color:#f27100;color:#fff;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;padding:17px 10px;border:none;border-radius:4px;width:100%;box-sizing:border-box;box-shadow:none;transition:background-color .2s}.sc-sidebar-footer-section .sc-cta-button:hover{background-color:#e16900}.sc-sidebar-logo-section .sc-logo-wrap{padding-top:1em;text-align:left;margin-left:20px;max-width:350px}.sc-sidebar-logo-section .sc-logo{max-width:115px}@media all and (min-width:960px){.sc-has-sidebar .sc-settings-content{float:right;width:65%}.sc-has-sidebar .sc-settings-sidebar{float:left;width:33%}}@media all and (min-width:1200px){.sc-has-sidebar .sc-settings-content{width:72%}.sc-has-sidebar .sc-settings-sidebar{width:26%}}.sc-toggle{position:relative;display:inline-block;overflow:visible}.sc-toggle input[type=checkbox]{display:inline-block;vertical-align:middle;position:relative;margin:0;padding:0;width:42px;height:24px;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px;box-shadow:none;border:none}.sc-toggle .label{display:inline-block;vertical-align:middle;white-space:nowrap}.sc-toggle input[type=checkbox]:before{position:absolute;content:"";height:18px;width:18px;right:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.sc-toggle input[type=checkbox]:checked{background-color:#00a0d2}.sc-toggle input[type=checkbox]:active,.sc-toggle input[type=checkbox]:focus{outline:auto 3px -webkit-focus-ring-color}.sc-toggle input[type=checkbox]:checked:before{-webkit-transform:translateX(-22px);-ms-transform:translateX(-22px);transform:translateX(-22px)}.sc-toggle .label+input,.sc-toggle input+.label{margin-right:5px}.sc-license-wrapper{width:80%;max-width:700px;min-width:460px;margin:20px 0}.sc-license-wrapper .sc-license-header{background:#fff;border:1px solid #ddd;padding:12px 20px;margin:0}.sc-license-wrapper .sc-license-header h3,.sc-license-wrapper .sc-license-header span{padding:0;margin:5px}.sc-license-wrapper .sc-license-header span{font-size:12px;color:#aaa}.sc-license-content{background:#fafafa;border:1px solid #ddd;border-top:none;padding:25px}.sc-license-content p,.sc-license-input-wrapper{margin:0 0 15px 0}.sc-license-input{width:69%;display:inline-block;position:relative;margin-left:2px}.sc-license-input-wrapper input[type=password],.sc-license-input-wrapper input[type=text]{width:100%;font-family:caption;font-size:18px;line-height:18px;letter-spacing:3px;padding:5px 30px 5px 5px}.sc-license-content .sc-license-input-wrapper button{vertical-align:baseline}input.sc-license-key::-webkit-credentials-auto-fill-button{display:none;visibility:hidden;pointer-events:none;position:absolute;left:0}span.sc-license-input span.sc-license-status{border:none;background:0 0;position:absolute;display:inline-block;top:5px;right:5px;padding:0;margin:0;color:#aaa;vertical-align:middle;text-align:center;height:25px;width:25px;font:400 20px/25px dashicons!important}span.sc-license-status.empty:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.inactive:after{content:"\f112";color:#aaa;font-size:17px}span.sc-license-status.valid:after{content:"\f147";color:green;font-size:23px}span.sc-license-status.invalid:after{content:"\f534";color:#ca4a1f;font-size:20px}span.sc-license-status.verifying{font-size:17px;-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}span.sc-license-status.verifying:after{content:"\f463";color:#0085ba}button.sc-license-refresh{border:none;background:0 0;padding:0;margin:0;cursor:pointer;color:#444;text-decoration:underline}.sc-license-content p:last-child{margin-bottom:0}.sc-sortable-list{margin:0;width:300px;position:relative}.sc-sortable-list li{margin:0;padding:0;position:relative;height:28px;cursor:move}.sc-sortable-list li label *{vertical-align:middle}.sc-sortable-list li label:after{display:block;width:17px;height:17px;position:absolute;left:6px;top:0;color:#aaa;font-family:dashicons;font-size:17px;content:'\f228';cursor:move}.form-table .sc-sortable-list li label{display:block;height:28px;padding:0;margin:0}.sc-check-wrapper{clear:both}.sc-check-wrapper label{margin:-2px 0 3px 0;display:inline-block;vertical-align:initial}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}} \ No newline at end of file diff --git a/sugar-event-calendar/includes/admin/assets/css/rtl/sc-chosen.css b/sugar-event-calendar/includes/admin/assets/css/rtl/sc-chosen.css index d6eefefd..fc45518c 100644 --- a/sugar-event-calendar/includes/admin/assets/css/rtl/sc-chosen.css +++ b/sugar-event-calendar/includes/admin/assets/css/rtl/sc-chosen.css @@ -339,12 +339,15 @@ body.sugar-calendar .tablenav .actions { background-color: #4f6d59; } -/* WordPress 5.3 Support +/* WordPress 5.3+ Support -------------------------------------------------------------- */ body.branch-5-3 .chosen-container-multi .chosen-choices, body.branch-5-3 .chosen-container-single .chosen-single, -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-multi .chosen-choices, +body.branch-5-4 .chosen-container-single .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 50%; background-size: 16px 16px; border-radius: 3px; @@ -354,21 +357,26 @@ body.branch-5-3 .chosen-container-active .chosen-single { padding: 1px 7px; } -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { border-color: transparent; outline: 2px solid transparent; } -body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single { +body.branch-5-3 .chosen-container-active.chosen-with-drop .chosen-single, +body.branch-5-4 .chosen-container-active.chosen-with-drop .chosen-single { border-radius: 3px 3px 0 0; } body.branch-5-3 .chosen-container-single .chosen-single div b:before, -body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before { +body.branch-5-3 .chosen-container-single .chosen-search input[type=text]:before, +body.branch-5-4 .chosen-container-single .chosen-single div b:before, +body.branch-5-4 .chosen-container-single .chosen-search input[type=text]:before { content: ''; } -body.branch-5-3 .chosen-container .chosen-drop { +body.branch-5-3 .chosen-container .chosen-drop, +body.branch-5-4 .chosen-container .chosen-drop { width: 100%; border-radius: 0 0 3px 3px; background: #fff; @@ -378,11 +386,15 @@ body.branch-5-3 .chosen-container .chosen-drop { body.branch-5-3 .chosen-container:hover .chosen-drop, body.branch-5-3 .chosen-container:hover .chosen-choices, -body.branch-5-3 .chosen-container:hover .chosen-single { +body.branch-5-3 .chosen-container:hover .chosen-single, +body.branch-5-4 .chosen-container:hover .chosen-drop, +body.branch-5-4 .chosen-container:hover .chosen-choices, +body.branch-5-4 .chosen-container:hover .chosen-single { color: #007cba; } -body.branch-5-3 .chosen-container-single .chosen-search input[type=text] { +body.branch-5-3 .chosen-container-single .chosen-search input[type=text], +body.branch-5-4 .chosen-container-single .chosen-search input[type=text] { border: 1px solid #ddd; border-radius: 3px; box-shadow: none; @@ -393,99 +405,121 @@ body.branch-5-3 .chosen-container-single .chosen-search input[type=text] { -------------------------------------------------------------- */ /* Fresh */ -body.branch-5-3 .chosen-container-active .chosen-single { +body.branch-5-3 .chosen-container-active .chosen-single, +body.branch-5-4 .chosen-container-active .chosen-single { border-color: #007cba; box-shadow: 0 0 0 1px #007cba; } -body.branch-5-3 .chosen-container .chosen-drop { +body.branch-5-3 .chosen-container .chosen-drop, +body.branch-5-4 .chosen-container .chosen-drop { border-color: #007cba; box-shadow: 0 1px 0 1px #007cba; } -body.branch-5-3 .chosen-container .chosen-results li.highlighted { +body.branch-5-3 .chosen-container .chosen-results li.highlighted, +body.branch-5-4 .chosen-container .chosen-results li.highlighted { background-color: #007cba; border-radius: 3px; } /* Blue */ -body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-blue .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-blue .chosen-container-active .chosen-single { border-color: #096484; box-shadow: 0 0 0 1px #096484; } -body.branch-5-3.admin-color-blue .chosen-container .chosen-drop { +body.branch-5-3.admin-color-blue .chosen-container .chosen-drop, +body.branch-5-4.admin-color-blue .chosen-container .chosen-drop { border-color: #096484; box-shadow: 0 1px 0 1px #096484; } -body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-blue .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-blue .chosen-container .chosen-results li.highlighted { background-color: #007cba; } /* Coffee */ -body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-coffee .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-coffee .chosen-container-active .chosen-single { border-color: #c7a589; box-shadow: 0 0 0 1px #c7a589; } -body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop { +body.branch-5-3.admin-color-coffee .chosen-container .chosen-drop, +body.branch-5-4.admin-color-coffee .chosen-container .chosen-drop { border-color: #c7a589; box-shadow: 0 1px 0 1px #c7a589; } -body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-coffee .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-coffee .chosen-container .chosen-results li.highlighted { background-color: #c7a589; } /* Ectoplasm */ -body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-ectoplasm .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-ectoplasm .chosen-container-active .chosen-single { border-color: #a3b745; box-shadow: 0 0 0 1px #a3b745; } -body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop { +body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-drop, +body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-drop { border-color: #a3b745; box-shadow: 0 1px 0 1px #a3b745; } +body.branch-5-4.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted, body.branch-5-3.admin-color-ectoplasm .chosen-container .chosen-results li.highlighted { background-color: #a3b745; } /* Midnight */ -body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-midnight .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-midnight .chosen-container-active .chosen-single { border-color: #e14d43; box-shadow: 0 0 0 1px #e14d43; } -body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop { +body.branch-5-3.admin-color-midnight .chosen-container .chosen-drop, +body.branch-5-4.admin-color-midnight .chosen-container .chosen-drop { border-color: #e14d43; box-shadow: 0 1px 0 1px #e14d43; } -body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-midnight .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-midnight .chosen-container .chosen-results li.highlighted { background-color: #e14d43; } /* Ocean */ -body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-ocean .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-ocean .chosen-container-active .chosen-single { border-color: #9ebaa0; box-shadow: 0 0 0 1px #9ebaa0; } -body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop { +body.branch-5-3.admin-color-ocean .chosen-container .chosen-drop, +body.branch-5-4.admin-color-ocean .chosen-container .chosen-drop { border-color: #9ebaa0; box-shadow: 0 1px 0 1px #9ebaa0; } -body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-ocean .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-ocean .chosen-container .chosen-results li.highlighted { background-color: #9ebaa0; } /* Sunrise */ -body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-sunrise .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-sunrise .chosen-container-active .chosen-single { border-color: #dd823b; box-shadow: 0 0 0 1px #dd823b; } -body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop { +body.branch-5-3.admin-color-sunrise .chosen-container .chosen-drop, +body.branch-5-4.admin-color-sunrise .chosen-container .chosen-drop { border-color: #dd823b; box-shadow: 0 1px 0 1px #dd823b; } -body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-sunrise .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-sunrise .chosen-container .chosen-results li.highlighted { background-color: #dd823b; } /* Light */ -body.branch-5-3.admin-color-light .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-light .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-light .chosen-container-active .chosen-single { border-color: #04a4cc; box-shadow: 0 0 0 1px #04a4cc; } @@ -501,26 +535,32 @@ body.branch-5-3.admin-color-light .chosen-container .chosen-results li.highlight -------------------------------------------------------------- */ /* Evergreen */ -body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-evergreen .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-evergreen .chosen-container-active .chosen-single { box-shadow: 0 0 0 1px #36533f; } -body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop { +body.branch-5-3.admin-color-evergreen .chosen-container .chosen-drop, +body.branch-5-4.admin-color-evergreen .chosen-container .chosen-drop { border-color: #36533f; box-shadow: 0 1px 0 1px #36533f; } -body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-evergreen .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-evergreen .chosen-container .chosen-results li.highlighted { background-color: #36533f; } /* Mint */ -body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single { +body.branch-5-3.admin-color-mint .chosen-container-active .chosen-single, +body.branch-5-4.admin-color-mint .chosen-container-active .chosen-single { border-color: #4f6d59; box-shadow: 0 0 0 1px #4f6d59; } -body.branch-5-3.admin-color-mint .chosen-container .chosen-drop { +body.branch-5-3.admin-color-mint .chosen-container .chosen-drop, +body.branch-5-4.admin-color-mint .chosen-container .chosen-drop { border-color: #4f6d59; box-shadow: 0 1px 0 1px #4f6d59; } -body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted { +body.branch-5-3.admin-color-mint .chosen-container .chosen-results li.highlighted, +body.branch-5-4.admin-color-mint .chosen-container .chosen-results li.highlighted { background-color: #4f6d59; } diff --git a/sugar-event-calendar/includes/admin/assets/css/rtl/sc-settings.css b/sugar-event-calendar/includes/admin/assets/css/rtl/sc-settings.css index 5b29f6a0..ef5518d0 100644 --- a/sugar-event-calendar/includes/admin/assets/css/rtl/sc-settings.css +++ b/sugar-event-calendar/includes/admin/assets/css/rtl/sc-settings.css @@ -271,14 +271,17 @@ body.calendar_page_sc-settings .wrap h1.wp-heading-inline { width: 69%; display: inline-block; position: relative; + margin-left: 2px; } .sc-license-input-wrapper input[type="text"], .sc-license-input-wrapper input[type="password"] { width: 100%; - font-family: monospace; + font-family: caption; + font-size: 18px; + line-height: 18px; + letter-spacing: 3px; padding: 5px 30px 5px 5px; - font-size: 15px; } .sc-license-content .sc-license-input-wrapper button { @@ -298,7 +301,8 @@ span.sc-license-input span.sc-license-status { background: transparent; position: absolute; display: inline-block; - top: 3px; + top: 5px; + right: 5px; padding: 0; margin: 0; color: #aaa; @@ -309,10 +313,6 @@ span.sc-license-input span.sc-license-status { font: 400 20px/25px dashicons !important; } -span.sc-license-status { - right: 3px; -} - span.sc-license-status.empty:after { content: "\f112"; /* Key */ color: #aaa; diff --git a/sugar-event-calendar/includes/admin/assets/js/sc-settings.js b/sugar-event-calendar/includes/admin/assets/js/sc-settings.js index dd44df79..3df01995 100644 --- a/sugar-event-calendar/includes/admin/assets/js/sc-settings.js +++ b/sugar-event-calendar/includes/admin/assets/js/sc-settings.js @@ -262,7 +262,7 @@ jQuery( document ).ready( function( $ ) { } ); list.prev( 'input.sc-order' ).val( keys ); - }, + } } ); } } ); diff --git a/sugar-event-calendar/includes/classes/database/events/class-row.php b/sugar-event-calendar/includes/classes/database/events/class-row.php index aba2df5a..6a9976c1 100644 --- a/sugar-event-calendar/includes/classes/database/events/class-row.php +++ b/sugar-event-calendar/includes/classes/database/events/class-row.php @@ -318,16 +318,20 @@ public function overlaps( $start = '', $end = '', $mode = 'month' ) { : $this->format_date( 'U', $this->recurrence_end ); // Break it down + $item_year = $this->start_date( 'Y' ); $item_month = $this->start_date( 'm' ); $item_day = $this->start_date( 'd' ); $item_dow = $this->start_date( 'w' ); + $item_doy = $this->start_date( 'z' ); $item_woy = $this->start_date( 'W' ); $item_hour = $this->start_date( 'H' ); // Break it down + $item_end_year = $this->end_date( 'Y' ); $item_end_month = $this->end_date( 'm' ); $item_end_day = $this->end_date( 'd' ); $item_end_dow = $this->end_date( 'w' ); + $item_end_doy = $this->end_date( 'z' ); $item_end_woy = $this->end_date( 'W' ); $item_end_hour = $this->end_date( 'H' ); @@ -377,33 +381,49 @@ public function overlaps( $start = '', $end = '', $mode = 'month' ) { ( false === $multi_week ) && ( - // Starts before end - ( $item_dow <= $boundaries['end_dow'] ) + ( + // Item day of week before/equals end + ( $item_dow <= $boundaries['end_dow'] ) - && + && - // Ends before start - ( $item_end_dow >= $boundaries['start_dow'] ) + // Item end day of week after/equals start + ( $item_end_dow >= $boundaries['start_dow'] ) - && + && - // Same start month - ( $item_hour <= $boundaries['end_hour'] ) + // Same start hour or less + ( $item_hour <= $boundaries['end_hour'] ) - && + && - // Same end month - ( $item_end_hour >= $boundaries['start_hour'] ) + // Same end hour or more + ( $item_end_hour >= $boundaries['start_hour'] ) + ) && - // Not earlier week - ( $item_woy <= $boundaries['start_woy'] ) + ( + // Last year + ( $item_year < $boundaries['start_year'] ) - && + || - // Not earlier week - ( $item_end_woy <= $boundaries['end_woy'] ) + ( + // Current year or earlier + ( $item_year >= $boundaries['start_year'] ) + + && + + // Not earlier week + ( $item_doy <= $boundaries['end_doy'] ) + + && + + // Not earlier week + ( $item_end_doy <= $boundaries['end_doy'] ) + ) + ) ) ) @@ -641,7 +661,7 @@ public function recurrence_end_date( $format = 'Y-m-d H:i:s' ) { } /** - * Formate a datetime value. + * Format a datetime value. * * @since 2.0.0 * diff --git a/sugar-event-calendar/includes/events/functions.php b/sugar-event-calendar/includes/events/functions.php index c400fdc7..6a074f94 100644 --- a/sugar-event-calendar/includes/events/functions.php +++ b/sugar-event-calendar/includes/events/functions.php @@ -344,31 +344,53 @@ function sugar_calendar_get_non_recurring_date_query_args( $mode = 'month', $sta */ function sugar_calendar_get_recurring_date_query_args( $mode = 'month', $start = '', $end = '' ) { - // Default values + // Default date parameters $yearly = 'm'; $monthly = 'j'; - $weekly = 'w'; + $weekly = 'z'; // Default keys $year_key = 'month'; $month_key = 'day'; - $week_key = 'week'; + $week_key = 'dayofyear'; + + // Default weekly comparisons + $wc_start = '<='; + $wc_end = '>='; + + // Default weekly offset + $week_offset = 1; // Week mode if ( 'week' === $mode ) { + + // Date parameters $yearly = 'w'; $monthly = 'w'; + + // Query functions $year_key = 'week'; $month_key = 'week'; // Day mode } elseif ( 'day' === $mode ) { + + // Date parameters $yearly = 'j'; $monthly = 'j'; + $weekly = 'w'; + + // Query functions $year_key = 'day'; $month_key = 'day'; + $week_key = 'dayofweek'; + + // Weekly comparisons + $wc_start = '='; + $wc_end = '='; } + // View boundaries $view_start = strtotime( $start ); $view_end = strtotime( $end ); @@ -492,13 +514,13 @@ function sugar_calendar_get_recurring_date_query_args( $mode = 'month', $start = 'relation' => 'OR', array( 'column' => 'start', - 'compare' => '<=', - $week_key => date_i18n( $weekly, $view_end ) + 'compare' => $wc_start, + $week_key => date_i18n( $weekly, $view_end ) + $week_offset ), array( 'column' => 'end', - 'compare' => '>=', - $week_key => date_i18n( $weekly, $view_start ) + 'compare' => $wc_end, + $week_key => date_i18n( $weekly, $view_start ) + $week_offset ) ) ), diff --git a/sugar-event-calendar/includes/languages/sugar-calendar.pot b/sugar-event-calendar/includes/languages/sugar-calendar.pot index 6f5a11ba..9a6bff18 100644 --- a/sugar-event-calendar/includes/languages/sugar-calendar.pot +++ b/sugar-event-calendar/includes/languages/sugar-calendar.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Sugar Calendar package. msgid "" msgstr "" -"Project-Id-Version: Sugar Calendar 2.0.11\n" +"Project-Id-Version: Sugar Calendar 2.0.12\n" "Report-Msgid-Bugs-To: https://sugarcalendar.com/\n" -"POT-Creation-Date: 2019-12-03 18:25:28+00:00\n" +"POT-Creation-Date: 2019-12-06 14:28:55+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"