Slide Anything – Responsive Content / HTML Slider and Carousel - Version 2.3.9

Version Description

  • CSS Style changes for some of the WordPress Dashboard input elements (in response to to the WordPress 5.3 update which changed some default Dashboard styling)

=

Download this release

Release Info

Developer simonpedge
Plugin Icon 128x128 Slide Anything – Responsive Content / HTML Slider and Carousel
Version 2.3.9
Comparing to
See all releases

Code changes from version 2.3.8 to 2.3.9

Files changed (3) hide show
  1. css/slide-anything-admin.css +184 -57
  2. readme.txt +8 -2
  3. slide-anything.php +1 -1
css/slide-anything-admin.css CHANGED
@@ -259,6 +259,18 @@
259
  margin-left:5px;
260
  cursor:help;
261
  }
 
 
 
 
 
 
 
 
 
 
 
 
262
  .sa_slide_bg_popup {
263
  display:none;
264
  position:relative;
@@ -317,14 +329,24 @@
317
  }
318
  .sa_slide_bg_wrapper .slide_image_settings_line span {
319
  display:inline-block;
320
- width:130px;
321
  color:#303030;
322
  font-family:'Open Sans', sans-serif;
323
  font-weight:400;
324
  font-size:13px;
325
  }
326
  .sa_slide_bg_wrapper .slide_image_settings_line select {
327
- min-width:110px;
 
 
 
 
 
 
 
 
 
 
328
  }
329
  .sa_slide_bg_wrapper .slide_image_settings_line .sp-replacer { /* spectrum color picker */
330
  background-color:#f0f0f0 !important;
@@ -334,7 +356,7 @@
334
  border-radius:3px !important;
335
  }
336
  .sa_slide_bg_wrapper .slide_image_settings_line .sp-replacer .sp-preview { /* spectrum color picker */
337
- width:87px !important;
338
  height:18px !important;
339
  border:solid 1px #c0c0c0 !important;
340
  margin-right:3px !important;
@@ -369,19 +391,33 @@
369
  color:#505050;
370
  }
371
  .slide_link_settings_wrapper div input[type=text] {
 
372
  width:100%;
 
373
  margin:0px;
374
  font-size:14px !important;
375
- line-height:20px !important;
376
- padding:5px 7px !important;
 
 
 
 
377
  }
378
  .slide_link_settings_wrapper div select {
379
- padding:3px;
 
 
 
 
380
  line-height:28px;
381
- height:28px;
 
 
 
 
382
  }
383
 
384
- /* ##### METABOX 'Slides' - TAB 2 (Slide Popup) ##### */
385
  /* pro version info message */
386
  .slide_popup_pro_version > h4 {
387
  margin:5px 0px 15px;
@@ -437,7 +473,18 @@
437
  font-size:13px;
438
  }
439
  .slide_popup_settings_line select {
 
 
440
  min-width:110px;
 
 
 
 
 
 
 
 
 
441
  }
442
  .slide_popup_settings_line .sa_tooltip {
443
  position:absolute;
@@ -492,8 +539,12 @@
492
  width:300px;
493
  margin:10px 0px 0px;
494
  font-size:14px !important;
495
- line-height:20px !important;
496
- padding:5px 7px !important;
 
 
 
 
497
  }
498
  input.sa_slide_popup_imagetitle::-webkit-input-placeholder { color:#c0c0c0 !important; }
499
  input.sa_slide_popup_imagetitle:-moz-placeholder { color:#c0c0c0 !important; }
@@ -537,8 +588,12 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
537
  width:400px;
538
  margin:10px 0px 5px;
539
  font-size:14px !important;
540
- line-height:20px !important;
541
- padding:5px 7px !important;
 
 
 
 
542
  }
543
  .video_popup_wrapper .sa_popup_video_invalid_url {
544
  display:none;
@@ -563,9 +618,10 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
563
  }
564
  /* content popup settings */
565
  .html_popup_wrapper textarea {
 
566
  width:100%;
567
  margin:5px 0px 10px;
568
- padding:4px 8px;
569
  font-size:13px;
570
  line-height:20px;
571
  height:150px;
@@ -593,14 +649,19 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
593
  width:auto !important;
594
  }
595
  .html_popup_wrapper .slide_popup_settings_line .ui-spinner-input {
596
- width:50px !important;
597
- margin:3px 5px !important;
 
 
 
 
598
  outline-style:none !important;
599
  border-style:none !important;
600
  box-shadow:none !important;
601
  -webkit-box-shadow:none !important;
602
  color:#303030 !important;
603
  font-size:13px !important;
 
604
  }
605
  .html_popup_wrapper .slide_popup_settings_line em,
606
  .html_popup_wrapper .slide_popup_settings_line strong {
@@ -614,15 +675,16 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
614
  line-height: 18px;
615
  }
616
  .html_popup_wrapper .slide_popup_css {
617
- display:inline-block;
618
- padding: 4px 10px 4px 33px;
 
 
619
  background: #f0f0f0 url(../images/icon_copy.png) no-repeat 5px 2px;
620
- font-size: 13px;
621
- line-height: 20px;
622
- height: 20px;
623
  color: #000000;
624
- border-radius:5px;
625
- cursor: pointer;
626
  }
627
  @media only screen and (max-width:1199px) {
628
  .html_popup_wrapper .slide_popup_settings_line strong { display:none; }
@@ -708,13 +770,14 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
708
  }
709
  #items_displayed_metabox > div {
710
  clear:both;
 
711
  }
712
  #items_displayed_metabox > div em {
713
  display:block;
714
  float:left;
715
  margin-left:10px;
716
  line-height:30px !important;
717
- height:32px !important;
718
  background-position:0px 8px !important;
719
  cursor:help;
720
  }
@@ -727,12 +790,22 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
727
  font-family:'Open Sans', sans-serif;
728
  font-weight:400;
729
  font-size:13px;
730
- line-height:32px;
731
  height:32px !important;
732
  }
733
  #items_displayed_metabox > div select {
734
- margin:1px 1px 3px !important;
735
- max-width:50px !important;
 
 
 
 
 
 
 
 
 
 
736
  }
737
  /* hero slider */
738
  #items_displayed_metabox #sa_hero_slider_wrapper {
@@ -822,16 +895,16 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
822
  width:140px !important;
823
  padding-left:10px !important;
824
  font-size:14px !important;
825
- line-height:24px !important;
826
- height:24px !important;
827
  }
828
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line em {
829
  float:none !important;
830
  margin:0px 0px 0px 5px !important;
831
  display:inline-block !important;
832
  font-size:14px !important;
833
- line-height:24px !important;
834
- height:24px !important;
835
  }
836
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line input[type='checkbox'] {
837
  margin:2px 0px 0px !important;
@@ -839,18 +912,25 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
839
  height:16px !important;
840
  }
841
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line input[type='text'] {
842
- width:30px !important;
843
  margin:0px !important;
 
 
 
844
  outline-style:none !important;
845
  border-style:none !important;
846
  box-shadow:none !important;
847
  -webkit-box-shadow:none !important;
848
  color:#303030 !important;
849
  font-size:13px !important;
 
850
  }
851
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line .ui-spinner {
852
- width:50px !important;
853
- padding-left:5px !important;
 
 
 
854
  }
855
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_css_line {
856
  margin:0px !important;
@@ -910,7 +990,7 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
910
  #slider_style_metabox h4 {
911
  position:relative;
912
  color:#303030;
913
- margin:15px 0px 3px;
914
  font-family:'Open Sans', sans-serif;
915
  font-size:14px;
916
  font-weight:600;
@@ -934,11 +1014,17 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
934
  margin-left:5px;
935
  }
936
  #slider_style_metabox #sa_css_id {
 
 
937
  width:100%;
938
  margin-bottom:15px;
939
  font-size:14px !important;
940
- line-height:20px !important;
941
- padding:5px 7px !important;
 
 
 
 
942
  }
943
  #slider_style_metabox #css_note_text {
944
  padding-left:3px;
@@ -966,19 +1052,25 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
966
  display:inline-block;
967
  background-color:transparent;
968
  background-repeat:no-repeat;
969
- background-position:0px 2px;
970
- width:45px;
971
- height:23px;
972
- padding:0px 0px 3px 19px;
973
  }
974
  #slider_style_metabox .ca_style_padding #padd_top { background-image:url('../images/padding_top.png'); }
975
  #slider_style_metabox .ca_style_padding #padd_right { background-image:url('../images/padding_right.png'); }
976
  #slider_style_metabox .ca_style_padding #padd_bottom { background-image:url('../images/padding_bottom.png'); }
977
- #slider_style_metabox .ca_style_padding #padd_left { background-image:url('../images/padding_left.png'); width:38px !important; }
978
 
979
  #slider_style_metabox .ca_style_padding div input {
980
- width:33px !important;
981
- margin:3px 2px !important;
 
 
 
 
 
 
982
  outline-style:none !important;
983
  border-style:none !important;
984
  box-shadow:none !important;
@@ -996,20 +1088,24 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
996
  width:110px;
997
  font-family:'Open Sans', sans-serif;
998
  font-size:13px;
999
- line-height:18px;
1000
  }
1001
  #slider_style_metabox .ca_style_setting_line .ui-spinner {
1002
  width:auto !important;
1003
  }
1004
  #slider_style_metabox .ca_style_setting_line input[type='text'] {
1005
- width:50px !important;
1006
- margin:3px 5px !important;
 
 
 
 
1007
  outline-style:none !important;
1008
  border-style:none !important;
1009
  box-shadow:none !important;
1010
  -webkit-box-shadow:none !important;
1011
  color:#303030 !important;
1012
  font-size:13px !important;
 
1013
  }
1014
  #slider_style_metabox .ca_style_setting_line input[type='checkbox'] {
1015
  margin-left:5px !important;
@@ -1017,12 +1113,23 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1017
  }
1018
  #slider_style_metabox .ca_style_setting_line em {
1019
  display:inline-block;
1020
- padding:0px 10px 0px 5px;
1021
  font-style:normal;
1022
  color:#a0a0a0;
1023
  font-family:'Open Sans', sans-serif;
1024
  font-size:14px;
1025
- line-height:18px;
 
 
 
 
 
 
 
 
 
 
 
1026
  }
1027
  #slider_style_metabox .ca_style_setting_line .sp-replacer { /* spectrum color picker */
1028
  background-color:#f0f0f0 !important;
@@ -1043,11 +1150,12 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1043
  }
1044
  #slider_style_metabox #sa_border_width,
1045
  #slider_style_metabox #sa_border_radius {
1046
- width:35px !important;
 
1047
  }
1048
  #slider_style_metabox #ca_style_min_height span {
1049
  width:80px;
1050
- background-position:0px 1px !important;
1051
  height:20px !important;
1052
  padding-left:20px !important;
1053
  padding-bottom:3px !important;
@@ -1073,7 +1181,7 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1073
  #slider_style_metabox #ca_style_margin_left_right > span {
1074
  width:87px;
1075
  background-position:67px 2px !important;
1076
- height:20px !important;
1077
  cursor:help;
1078
  }
1079
  /* other settings */
@@ -1108,7 +1216,7 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1108
  padding-right:10px !important;
1109
  font-family:'Open Sans', sans-serif !important;
1110
  font-size:13px !important;
1111
- line-height:18px !important;
1112
  }
1113
  #cpt_slider_thumbs #sa_thumbs_settings {
1114
  padding:10px 0px 0px !important;
@@ -1122,21 +1230,40 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1122
  line-height:18px;
1123
  }
1124
  #sa_thumbs_settings .sa_thumbs_line input[type=text] {
1125
- width:50px !important;
1126
- margin:3px 5px !important;
 
 
 
 
1127
  outline-style:none !important;
1128
  border-style:none !important;
1129
  box-shadow:none !important;
1130
  -webkit-box-shadow:none !important;
1131
  color:#303030 !important;
1132
  font-size:13px !important;
1133
- line-height:20px !important;
1134
  }
1135
  #sa_thumbs_settings .sa_thumbs_line em {
1136
  display:inline-block !important;
1137
  padding-left:5px !important;
1138
  font-style:normal !important;
1139
  color:#a0a0a0 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
  }
1141
  #sa_thumbs_settings .sa_thumbs_line #sa_thumbs_image_size {
1142
  margin-top:3px !important;
@@ -1149,12 +1276,12 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1149
  }
1150
  #sa_thumbs_settings .sa_thumbs_line .sp-replacer .sp-preview { /* spectrum color picker */
1151
  width:40px !important;
1152
- height:20px !important;
1153
  border:solid 1px #c0c0c0 !important;
1154
  margin-right:3px !important;
1155
  }
1156
  #sa_thumbs_settings .sa_thumbs_line .sp-replacer .sp-dd { /* spectrum color picker */
1157
- height:16px !important;
1158
  padding:0px !important;
1159
  margin-right:2px !important;
1160
  }
259
  margin-left:5px;
260
  cursor:help;
261
  }
262
+ #slide1_background_tab .popup_background_wrapper select {
263
+ box-sizing:border-box !important;
264
+ height:auto !important;
265
+ font-size:13px !important;
266
+ line-height:26px !important;
267
+ padding-top:0px !important;
268
+ padding-bottom:0px !important;
269
+ color:#000000 !important;
270
+ border:solid 1px #e0e0e0 !important;
271
+ outline:none !important;
272
+ box-shadow:none !important;
273
+ }
274
  .sa_slide_bg_popup {
275
  display:none;
276
  position:relative;
329
  }
330
  .sa_slide_bg_wrapper .slide_image_settings_line span {
331
  display:inline-block;
332
+ width:140px;
333
  color:#303030;
334
  font-family:'Open Sans', sans-serif;
335
  font-weight:400;
336
  font-size:13px;
337
  }
338
  .sa_slide_bg_wrapper .slide_image_settings_line select {
339
+ min-width:120px;
340
+ box-sizing:border-box !important;
341
+ height:auto !important;
342
+ font-size:13px !important;
343
+ line-height:26px !important;
344
+ padding-top:0px !important;
345
+ padding-bottom:0px !important;
346
+ color:#000000 !important;
347
+ border:solid 1px #e0e0e0 !important;
348
+ outline:none !important;
349
+ box-shadow:none !important;
350
  }
351
  .sa_slide_bg_wrapper .slide_image_settings_line .sp-replacer { /* spectrum color picker */
352
  background-color:#f0f0f0 !important;
356
  border-radius:3px !important;
357
  }
358
  .sa_slide_bg_wrapper .slide_image_settings_line .sp-replacer .sp-preview { /* spectrum color picker */
359
+ width:97px !important;
360
  height:18px !important;
361
  border:solid 1px #c0c0c0 !important;
362
  margin-right:3px !important;
391
  color:#505050;
392
  }
393
  .slide_link_settings_wrapper div input[type=text] {
394
+ box-sizing:border-box !important;
395
  width:100%;
396
+ height:auto !important;
397
  margin:0px;
398
  font-size:14px !important;
399
+ line-height:30px !important;
400
+ padding:0px 7px !important;
401
+ color:#000000 !important;
402
+ border:solid 1px #c0c0c0 !important;
403
+ outline:none !important;
404
+ box-shadow:none !important;
405
  }
406
  .slide_link_settings_wrapper div select {
407
+ min-width:130px !important;
408
+ box-sizing:border-box !important;
409
+ padding-top:0px !important;
410
+ padding-bottom:0px !important;
411
+ font-size:13px !important;
412
  line-height:28px;
413
+ height:auto !important;
414
+ color:#000000 !important;
415
+ border:solid 1px #c0c0c0 !important;
416
+ outline:none !important;
417
+ box-shadow:none !important;
418
  }
419
 
420
+ /* ##### METABOX 'Slides' - TAB 3 (Slide Popup) ##### */
421
  /* pro version info message */
422
  .slide_popup_pro_version > h4 {
423
  margin:5px 0px 15px;
473
  font-size:13px;
474
  }
475
  .slide_popup_settings_line select {
476
+ box-sizing:border-box !important;
477
+ height:auto !important;
478
  min-width:110px;
479
+ padding-top:0px !important;
480
+ padding-bottom:0px !important;
481
+ color:#000000 !important;
482
+ font-size:14px !important;
483
+ line-height:28px !important;
484
+ border:solid 1px #c0c0c0 !important;
485
+ background-color:#f5f5f5 !important;
486
+ outline:none !important;
487
+ box-shadow:none !important;
488
  }
489
  .slide_popup_settings_line .sa_tooltip {
490
  position:absolute;
539
  width:300px;
540
  margin:10px 0px 0px;
541
  font-size:14px !important;
542
+ line-height:28px !important;
543
+ padding:0px 7px !important;
544
+ color:#000000 !important;
545
+ border:solid 1px #c0c0c0 !important;
546
+ outline:none !important;
547
+ box-shadow:none !important;
548
  }
549
  input.sa_slide_popup_imagetitle::-webkit-input-placeholder { color:#c0c0c0 !important; }
550
  input.sa_slide_popup_imagetitle:-moz-placeholder { color:#c0c0c0 !important; }
588
  width:400px;
589
  margin:10px 0px 5px;
590
  font-size:14px !important;
591
+ line-height:30px !important;
592
+ padding:0px 7px !important;
593
+ color:#000000 !important;
594
+ border:solid 1px #c0c0c0 !important;
595
+ outline:none !important;
596
+ box-shadow:none !important;
597
  }
598
  .video_popup_wrapper .sa_popup_video_invalid_url {
599
  display:none;
618
  }
619
  /* content popup settings */
620
  .html_popup_wrapper textarea {
621
+ box-sizing:border-box !important;
622
  width:100%;
623
  margin:5px 0px 10px;
624
+ padding:4px 6px;
625
  font-size:13px;
626
  line-height:20px;
627
  height:150px;
649
  width:auto !important;
650
  }
651
  .html_popup_wrapper .slide_popup_settings_line .ui-spinner-input {
652
+ box-sizing:border-box !important;
653
+ height:auto !important;
654
+ min-height:0px !important;
655
+ width:40px !important;
656
+ margin:0px 20px 0px 5px !important;
657
+ padding:0px !important;
658
  outline-style:none !important;
659
  border-style:none !important;
660
  box-shadow:none !important;
661
  -webkit-box-shadow:none !important;
662
  color:#303030 !important;
663
  font-size:13px !important;
664
+ line-height:26px !important;
665
  }
666
  .html_popup_wrapper .slide_popup_settings_line em,
667
  .html_popup_wrapper .slide_popup_settings_line strong {
675
  line-height: 18px;
676
  }
677
  .html_popup_wrapper .slide_popup_css {
678
+ box-sizing:border-box !important;
679
+ height:auto !important;
680
+ display:inline-block !important;
681
+ padding: 0px 10px 0px 33px !important;
682
  background: #f0f0f0 url(../images/icon_copy.png) no-repeat 5px 2px;
683
+ font-size: 13px !important;
684
+ line-height: 28px !important;
 
685
  color: #000000;
686
+ border-radius:5px !important;
687
+ cursor: pointer !important;
688
  }
689
  @media only screen and (max-width:1199px) {
690
  .html_popup_wrapper .slide_popup_settings_line strong { display:none; }
770
  }
771
  #items_displayed_metabox > div {
772
  clear:both;
773
+ padding:3px 0px !important;
774
  }
775
  #items_displayed_metabox > div em {
776
  display:block;
777
  float:left;
778
  margin-left:10px;
779
  line-height:30px !important;
780
+ height:30px !important;
781
  background-position:0px 8px !important;
782
  cursor:help;
783
  }
790
  font-family:'Open Sans', sans-serif;
791
  font-weight:400;
792
  font-size:13px;
793
+ line-height:30px;
794
  height:32px !important;
795
  }
796
  #items_displayed_metabox > div select {
797
+ box-sizing:border-box !important;
798
+ height:auto !important;
799
+ max-width:65px !important;
800
+ margin:0px !important;
801
+ padding-top:0px !important;
802
+ padding-bottom:0px !important;
803
+ font-size:13px !important;
804
+ line-height:28px !important;
805
+ color:#000000 !important;
806
+ border:solid 1px #e0e0e0 !important;
807
+ outline:none !important;
808
+ box-shadow:none !important;
809
  }
810
  /* hero slider */
811
  #items_displayed_metabox #sa_hero_slider_wrapper {
895
  width:140px !important;
896
  padding-left:10px !important;
897
  font-size:14px !important;
898
+ line-height:28px !important;
899
+ height:28px !important;
900
  }
901
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line em {
902
  float:none !important;
903
  margin:0px 0px 0px 5px !important;
904
  display:inline-block !important;
905
  font-size:14px !important;
906
+ line-height:28px !important;
907
+ height:28px !important;
908
  }
909
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line input[type='checkbox'] {
910
  margin:2px 0px 0px !important;
912
  height:16px !important;
913
  }
914
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line input[type='text'] {
915
+ width:40px !important;
916
  margin:0px !important;
917
+ height:auto !important;
918
+ min-height:0px !important;
919
+ padding:0px 0px 0px 5px !important;
920
  outline-style:none !important;
921
  border-style:none !important;
922
  box-shadow:none !important;
923
  -webkit-box-shadow:none !important;
924
  color:#303030 !important;
925
  font-size:13px !important;
926
+ line-height:26px !important;
927
  }
928
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_line .ui-spinner {
929
+ width:55px !important;
930
+ padding:0px !important;
931
+ height:auto !important;
932
+ min-height:0px !important;
933
+ line-height:26px !important;
934
  }
935
  #items_displayed_metabox #sa_showcase_slider_wrapper .sa_ss_css_line {
936
  margin:0px !important;
990
  #slider_style_metabox h4 {
991
  position:relative;
992
  color:#303030;
993
+ margin:15px 0px 8px;
994
  font-family:'Open Sans', sans-serif;
995
  font-size:14px;
996
  font-weight:600;
1014
  margin-left:5px;
1015
  }
1016
  #slider_style_metabox #sa_css_id {
1017
+ box-sizing:border-box !important;
1018
+ height:auto !important;
1019
  width:100%;
1020
  margin-bottom:15px;
1021
  font-size:14px !important;
1022
+ line-height:30px !important;
1023
+ padding:0px 7px !important;
1024
+ color:#000000 !important;
1025
+ border:solid 1px #d0d0d0 !important;
1026
+ outline:none !important;
1027
+ box-shadow:none !important;
1028
  }
1029
  #slider_style_metabox #css_note_text {
1030
  padding-left:3px;
1052
  display:inline-block;
1053
  background-color:transparent;
1054
  background-repeat:no-repeat;
1055
+ background-position:0px 7px;
1056
+ width:42px;
1057
+ height:26px;
1058
+ padding:4px 0px 0px 20px;
1059
  }
1060
  #slider_style_metabox .ca_style_padding #padd_top { background-image:url('../images/padding_top.png'); }
1061
  #slider_style_metabox .ca_style_padding #padd_right { background-image:url('../images/padding_right.png'); }
1062
  #slider_style_metabox .ca_style_padding #padd_bottom { background-image:url('../images/padding_bottom.png'); }
1063
+ #slider_style_metabox .ca_style_padding #padd_left { background-image:url('../images/padding_left.png'); }
1064
 
1065
  #slider_style_metabox .ca_style_padding div input {
1066
+ box-sizing:border-box !important;
1067
+ width:38px !important;
1068
+ height:auto !important;
1069
+ min-height:0px !important;
1070
+ margin:0px !important;
1071
+ padding:0px 15px 0px 3px !important;
1072
+ font-size:13px !important;
1073
+ line-height:24px !important;
1074
  outline-style:none !important;
1075
  border-style:none !important;
1076
  box-shadow:none !important;
1088
  width:110px;
1089
  font-family:'Open Sans', sans-serif;
1090
  font-size:13px;
 
1091
  }
1092
  #slider_style_metabox .ca_style_setting_line .ui-spinner {
1093
  width:auto !important;
1094
  }
1095
  #slider_style_metabox .ca_style_setting_line input[type='text'] {
1096
+ box-sizing:border-box !important;
1097
+ width:45px !important;
1098
+ height:auto !important;
1099
+ min-height:0px !important;
1100
+ margin:0px !important;
1101
+ padding:0px 15px 0px 4px !important;
1102
  outline-style:none !important;
1103
  border-style:none !important;
1104
  box-shadow:none !important;
1105
  -webkit-box-shadow:none !important;
1106
  color:#303030 !important;
1107
  font-size:13px !important;
1108
+ line-height:24px !important;
1109
  }
1110
  #slider_style_metabox .ca_style_setting_line input[type='checkbox'] {
1111
  margin-left:5px !important;
1113
  }
1114
  #slider_style_metabox .ca_style_setting_line em {
1115
  display:inline-block;
1116
+ padding:0px 10px 0px 3px;
1117
  font-style:normal;
1118
  color:#a0a0a0;
1119
  font-family:'Open Sans', sans-serif;
1120
  font-size:14px;
1121
+ }
1122
+ #slider_style_metabox .ca_style_setting_line select {
1123
+ box-sizing:border-box !important;
1124
+ height:auto !important;
1125
+ font-size:13px !important;
1126
+ line-height:26px !important;
1127
+ padding-top:0px !important;
1128
+ padding-bottom:0px !important;
1129
+ color:#000000 !important;
1130
+ border:solid 1px #e0e0e0 !important;
1131
+ outline:none !important;
1132
+ box-shadow:none !important;
1133
  }
1134
  #slider_style_metabox .ca_style_setting_line .sp-replacer { /* spectrum color picker */
1135
  background-color:#f0f0f0 !important;
1150
  }
1151
  #slider_style_metabox #sa_border_width,
1152
  #slider_style_metabox #sa_border_radius {
1153
+ width:45px !important;
1154
+ line-height:22px !important;
1155
  }
1156
  #slider_style_metabox #ca_style_min_height span {
1157
  width:80px;
1158
+ background-position:0px 1px !important;
1159
  height:20px !important;
1160
  padding-left:20px !important;
1161
  padding-bottom:3px !important;
1181
  #slider_style_metabox #ca_style_margin_left_right > span {
1182
  width:87px;
1183
  background-position:67px 2px !important;
1184
+ height:22px !important;
1185
  cursor:help;
1186
  }
1187
  /* other settings */
1216
  padding-right:10px !important;
1217
  font-family:'Open Sans', sans-serif !important;
1218
  font-size:13px !important;
1219
+ line-height:24px !important;
1220
  }
1221
  #cpt_slider_thumbs #sa_thumbs_settings {
1222
  padding:10px 0px 0px !important;
1230
  line-height:18px;
1231
  }
1232
  #sa_thumbs_settings .sa_thumbs_line input[type=text] {
1233
+ box-sizing:border-box !important;
1234
+ height:auto !important;
1235
+ min-height:0px !important;
1236
+ width:60px !important;
1237
+ margin:0px !important;
1238
+ padding:0px 15px 0px 5px !important;
1239
  outline-style:none !important;
1240
  border-style:none !important;
1241
  box-shadow:none !important;
1242
  -webkit-box-shadow:none !important;
1243
  color:#303030 !important;
1244
  font-size:13px !important;
1245
+ line-height:24px !important;
1246
  }
1247
  #sa_thumbs_settings .sa_thumbs_line em {
1248
  display:inline-block !important;
1249
  padding-left:5px !important;
1250
  font-style:normal !important;
1251
  color:#a0a0a0 !important;
1252
+ font-size:13px !important;
1253
+ line-height:24px !important;
1254
+ }
1255
+ #sa_thumbs_settings .sa_thumbs_line select {
1256
+ box-sizing:border-box !important;
1257
+ height:auto !important;
1258
+ font-size:13px !important;
1259
+ line-height:28px !important;
1260
+ margin-top:3px !important;
1261
+ padding-top:0px !important;
1262
+ padding-bottom:0px !important;
1263
+ color:#000000 !important;
1264
+ border:solid 1px #e0e0e0 !important;
1265
+ outline:none !important;
1266
+ box-shadow:none !important;
1267
  }
1268
  #sa_thumbs_settings .sa_thumbs_line #sa_thumbs_image_size {
1269
  margin-top:3px !important;
1276
  }
1277
  #sa_thumbs_settings .sa_thumbs_line .sp-replacer .sp-preview { /* spectrum color picker */
1278
  width:40px !important;
1279
+ height:18px !important;
1280
  border:solid 1px #c0c0c0 !important;
1281
  margin-right:3px !important;
1282
  }
1283
  #sa_thumbs_settings .sa_thumbs_line .sp-replacer .sp-dd { /* spectrum color picker */
1284
+ height:14px !important;
1285
  padding:0px !important;
1286
  margin-right:2px !important;
1287
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: simonpedge
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RP7JLGK6VT252
4
  Tags: slider, carousel, content slider, responsive slider, html slider, owl carousel
5
  Requires at least: 4.0
6
- Tested up to: 5.2.2
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -320,6 +320,9 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
320
  = 2.3.8 =
321
  * Added the 'Use UL and LI Containers' checkbox which when checked, 'UL' is used as the DOM element for 'owl-stage' and 'LI' is used as the DOM elements for 'owl-item'
322
 
 
 
 
323
  == Upgrade Notice ==
324
 
325
  = 1.0 =
@@ -541,4 +544,7 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
541
  * Added the option to bulk delete slides within the 'Re-Order Slides' page
542
 
543
  = 2.3.8 =
544
- * Added the 'Use UL and LI Containers' checkbox which when checked, 'UL' is used as the DOM element for 'owl-stage' and 'LI' is used as the DOM elements for 'owl-item'
 
 
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RP7JLGK6VT252
4
  Tags: slider, carousel, content slider, responsive slider, html slider, owl carousel
5
  Requires at least: 4.0
6
+ Tested up to: 5.3
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
320
  = 2.3.8 =
321
  * Added the 'Use UL and LI Containers' checkbox which when checked, 'UL' is used as the DOM element for 'owl-stage' and 'LI' is used as the DOM elements for 'owl-item'
322
 
323
+ = 2.3.9 =
324
+ * CSS Style changes for some of the WordPress Dashboard input elements (in response to to the WordPress 5.3 update which changed some default Dashboard styling)
325
+
326
  == Upgrade Notice ==
327
 
328
  = 1.0 =
544
  * Added the option to bulk delete slides within the 'Re-Order Slides' page
545
 
546
  = 2.3.8 =
547
+ * Added the 'Use UL and LI Containers' checkbox which when checked, 'UL' is used as the DOM element for 'owl-stage' and 'LI' is used as the DOM elements for 'owl-item'
548
+
549
+ = 2.3.9 =
550
+ * CSS Style changes for some of the WordPress Dashboard input elements (in response to to the WordPress 5.3 update which changed some default Dashboard styling)
slide-anything.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wordpress.org/plugins/slide-anything/
5
  * Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
6
  * Author: Simon Edge
7
- * Version: 2.3.8
8
  * License: GPLv2 or later
9
  */
10
 
4
  * Plugin URI: https://wordpress.org/plugins/slide-anything/
5
  * Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
6
  * Author: Simon Edge
7
+ * Version: 2.3.9
8
  * License: GPLv2 or later
9
  */
10