Changeset 2153617
- Timestamp:
- 09/09/2019 02:38:26 PM (7 years ago)
- Location:
- slope-widgets/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
slope-reservations.php (modified) (3 diffs)
-
slope-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slope-widgets/trunk/readme.txt
r2153601 r2153617 5 5 Requires at least: 4.3 6 6 Tested up to: 5.2.3 7 Stable tag: 4.2. 07 Stable tag: 4.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 40 = 4.2.1 = 41 * Correzioni minori 39 42 40 43 = 4.2.0 = -
slope-widgets/trunk/slope-reservations.php
r2153601 r2153617 267 267 } 268 268 269 .slope-flatpickr-calendar .flatpickr-calendar {269 .slope-flatpickr-calendar.flatpickr-calendar { 270 270 background-color: ' . $mainColor . '; 271 271 } … … 325 325 } 326 326 327 .slope- widgets-container .flatpickr-day.today {327 .slope-flatpickr-calendar .flatpickr-day.today { 328 328 border-color: ' . $fontColor . '; 329 329 } … … 333 333 .slope-flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg, 334 334 .slope-flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg, 335 .slope- reservation-dates .slope-reservation-icon-container svg {335 .slope-flatpickr-calendar .slope-reservation-dates .slope-reservation-icon-container svg { 336 336 fill: ' . $fontColor . ' !important; 337 337 color: ' . $fontColor . ' !important; 338 338 } 339 339 340 . flatpickr-current-month span.cur-month:hover,341 . flatpickr-current-month input.cur-year {340 .slope-flatpickr-calendar .flatpickr-current-month span.cur-month:hover, 341 .slope-flatpickr-calendar .flatpickr-current-month input.cur-year { 342 342 background: ' . $mainColor . '; 343 343 } -
slope-widgets/trunk/slope-widgets.php
r2153601 r2153617 3 3 * Plugin Name: Slope Widgets 4 4 * Description: Aggiungi i widget di Slope al sito web WordPress della tua struttura ricettiva! Questo plugin ti permette di mostrare la barra delle prenotazioni, i pacchetti e le promozioni tramite shortcode personalizzabili. 5 * Version: 4.2. 05 * Version: 4.2.1 6 6 * Author: Slope 7 7 * Author URI: https://www.slope.it/
Note: See TracChangeset
for help on using the changeset viewer.