| @@ -32,14 +32,14 @@ | ||
| 32 | 32 | .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; } |
| 33 | 33 | .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; } |
| 34 | 34 | .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; } |
| 35 | 35 | .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } |
| 36 | -.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; padding: 8px 8px 0 8px; position: relative; } | |
| 36 | +.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; padding: 8px 8px 0px 8px; position: relative; } | |
| 37 | 37 | .select2-container--default .select2-selection--multiple.select2-selection--clearable { padding-right: 25px; } |
| 38 | 38 | .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; font-weight: bold; height: 20px; margin-right: 10px; margin-top: 5px; position: absolute; right: 0; padding: 1px; } |
| 39 | -.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: inline-flex ; margin-right: 8px; margin-bottom: 8px; padding: 0; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } | |
| 40 | -.select2-container--default .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding: 3px 8px 4px 8px; line-height: 1em; } | |
| 41 | -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-right: 1px solid #aaa; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #999; cursor: pointer; font-size: 1em; font-weight: bold; padding: 2px 6px 4px 6px; } | |
| 39 | +.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: inline-block; margin-right: 8px; margin-bottom: 8px; padding: 0; padding-left: 20px; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; } | |
| 40 | +.select2-container--default .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding-left: 2px; padding-right: 5px; } | |
| 41 | +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-right: 1px solid #aaa; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #999; cursor: pointer; font-size: 1em; font-weight: bold; padding: 0 4px; position: absolute; left: 0; top: 0; } | |
| 42 | 42 | |
| 43 | 43 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, |
| 44 | 44 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus { background-color: #f1f1f1; color: #333; outline: none; } |
| 45 | 45 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } |
| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | |
| 56 | 56 | .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, |
| 57 | 57 | .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } |
| 58 | 58 | .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; } |
| 59 | -.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; line-height: normal; } | |
| 59 | +.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; line-height: normal;} | |
| 60 | 60 | .select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; } |
| 61 | 61 | .select2-container--default .select2-results__option .select2-results__option { padding-left: 16px; } |
| 62 | 62 | .select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; } |
| 63 | 63 | .select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; } |
| @@ -68,9 +68,9 @@ | ||
| 68 | 68 | .select2-container--default .select2-results__option--group { padding: 0; } |
| 69 | 69 | .select2-container--default .select2-results__option--disabled { color: #999; } |
| 70 | 70 | .select2-container--default .select2-results__option--selected { background-color: rgb(34 113 177 / 20%); } |
| 71 | 71 | .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #2271b1; color: white; } |
| 72 | -.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px 8px; background: #eee; } | |
| 72 | +.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px 8px; background: #eeeeee; } | |
| 73 | 73 | .select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } |
| 74 | 74 | .select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; } |
| 75 | 75 | .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; } |
| 76 | 76 | .select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; height: 26px; margin-right: 20px; } |
| @@ -241,9 +241,9 @@ | ||
| 241 | 241 | text-transform: uppercase; |
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | .text-muted { |
| 245 | - color: #777; | |
| 245 | + color: #777777; | |
| 246 | 246 | } |
| 247 | 247 | |
| 248 | 248 | .ms-auto { |
| 249 | 249 | margin-left: auto; |
| @@ -476,9 +476,9 @@ | ||
| 476 | 476 | left: 50%; |
| 477 | 477 | } |
| 478 | 478 | |
| 479 | 479 | .select2-results__option { |
| 480 | - margin-bottom: 0; | |
| 480 | + margin-bottom: 0px; | |
| 481 | 481 | } |
| 482 | 482 | |
| 483 | 483 | @media screen and (max-width: 767px) { |
| 484 | 484 | #notifier-admin-header { |
| @@ -556,17 +556,10 @@ | ||
| 556 | 556 | } |
| 557 | 557 | #notifier-admin-header .notifier-admin-header-content .header-menu-items ul li a.active { |
| 558 | 558 | color: #555; |
| 559 | 559 | } |
| 560 | -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link { | |
| 561 | - color: #777; | |
| 562 | -} | |
| 563 | -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link a { | |
| 564 | - text-decoration: none; | |
| 565 | - color: #777; | |
| 566 | -} | |
| 567 | 560 | @media screen and (max-width: 767px) { |
| 568 | - #notifier-admin-header .notifier-admin-header-content .header-action-links > *:not(.review-us-link) { | |
| 561 | + #notifier-admin-header .notifier-admin-header-content .header-action-links { | |
| 569 | 562 | display: none !important; |
| 570 | 563 | } |
| 571 | 564 | } |
| 572 | 565 | #notifier-admin-header .notifier-admin-header-content .header-action-links > * { |
| @@ -841,9 +834,9 @@ | ||
| 841 | 834 | padding: 0; |
| 842 | 835 | } |
| 843 | 836 | } |
| 844 | 837 | .notifier-fields-table tr h3 { |
| 845 | - margin-bottom: 0; | |
| 838 | + margin-bottom: 0px; | |
| 846 | 839 | } |
| 847 | 840 | .notifier-fields-table tr .description { |
| 848 | 841 | font-weight: normal; |
| 849 | 842 | } |
| @@ -890,13 +883,13 @@ | ||
| 890 | 883 | .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags { |
| 891 | 884 | flex-wrap: nowrap; |
| 892 | 885 | margin-bottom: 15px; |
| 893 | 886 | padding-bottom: 10px; |
| 894 | - border-bottom: 1px solid #ddd; | |
| 887 | + border-bottom: 1px solid #dddddd; | |
| 895 | 888 | } |
| 896 | 889 | .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags:last-child { |
| 897 | 890 | margin-bottom: 0; |
| 898 | - border-bottom: 0; | |
| 891 | + border-bottom: 0px; | |
| 899 | 892 | } |
| 900 | 893 | @media screen and (max-width: 767px) { |
| 901 | 894 | .post-type-wa_notifier_trigger .notifier-trigger-merge-tags .notifier-merge-tags-wrap .notifier-merge-tags { |
| 902 | 895 | flex-wrap: wrap; |
| @@ -997,58 +990,5 @@ | ||
| 997 | 990 | max-width: 150px; |
| 998 | 991 | max-height: 150px; |
| 999 | 992 | -o-object-fit: cover; |
| 1000 | 993 | object-fit: cover; |
| 1001 | -} | |
| 1002 | - | |
| 1003 | -.notifier-tool-wrap { | |
| 1004 | - background: #fff; | |
| 1005 | - margin-bottom: 15px; | |
| 1006 | - display: flex; | |
| 1007 | - justify-content: space-between; | |
| 1008 | - align-items: center; | |
| 1009 | - padding: 20px; | |
| 1010 | -} | |
| 1011 | -.notifier-tool-wrap .notifier-tool-name { | |
| 1012 | - margin-top: 0px; | |
| 1013 | - margin-bottom: 10px; | |
| 1014 | -} | |
| 1015 | -.notifier-tool-wrap .notifier-tool-description { | |
| 1016 | - margin: 0px; | |
| 1017 | -} | |
| 1018 | - | |
| 1019 | -.notifier-tool-activity-wrap { | |
| 1020 | - background: #ffffff; | |
| 1021 | - margin-bottom: 15px; | |
| 1022 | - padding: 20px; | |
| 1023 | -} | |
| 1024 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap { | |
| 1025 | - display: flex; | |
| 1026 | - justify-content: space-between; | |
| 1027 | - align-items: center; | |
| 1028 | -} | |
| 1029 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-name { | |
| 1030 | - margin-top: 0px; | |
| 1031 | - margin-bottom: 10px; | |
| 1032 | -} | |
| 1033 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-description { | |
| 1034 | - margin: 0px; | |
| 1035 | -} | |
| 1036 | -.notifier-tool-activity-wrap .activity-log-preview-wrap { | |
| 1037 | - background: #f7f7f7; | |
| 1038 | - padding: 10px; | |
| 1039 | - max-height: 200px; | |
| 1040 | - overflow: auto; | |
| 1041 | - border: 1px solid #ddd; | |
| 1042 | - border-radius: 8px; | |
| 1043 | - margin-top: 10px; | |
| 1044 | -} | |
| 1045 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table { | |
| 1046 | - width: 100px; | |
| 1047 | -} | |
| 1048 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td { | |
| 1049 | - vertical-align: top; | |
| 1050 | -} | |
| 1051 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td:first-child { | |
| 1052 | - padding-right: 10px; | |
| 1053 | - white-space: nowrap; | |
| 1054 | 994 | } |