admin-foogallery-gallery-piles.css
1 week ago
admin-foogallery-modern.css
1 week ago
admin-foogallery.css
1 week ago
admin-page-foogallery-extensions.css
1 week ago
admin-page-foogallery-help.css
1 week ago
admin-page-foogallery-settings.css
1 week ago
admin-tinymce.css
1 week ago
foogallery-foovideo-overrides.css
1 week ago
foogallery.admin.datasources.css
1 week ago
foogallery.admin.min.css
1 week ago
foogallery.admin.template.css
1 week ago
foogallery.admin.datasources.css
165 lines
| 1 | .foogallery-datasource-modal-title { |
| 2 | position: absolute; |
| 3 | top: 0; |
| 4 | left: 0; |
| 5 | right: 0; |
| 6 | height: 50px; |
| 7 | z-index: 200; |
| 8 | padding-left: 16px; |
| 9 | border-bottom: 1px solid #ddd; |
| 10 | } |
| 11 | |
| 12 | .foogallery-datasource-modal-sidebar { |
| 13 | position: absolute; |
| 14 | top: 51px; |
| 15 | left: 0; |
| 16 | bottom: 0; |
| 17 | width: 200px; |
| 18 | z-index: 75; |
| 19 | background: #f3f3f3; |
| 20 | overflow: auto; |
| 21 | -webkit-overflow-scrolling: touch; |
| 22 | } |
| 23 | |
| 24 | .foogallery-datasource-modal-sidebar-menu { |
| 25 | position: absolute; |
| 26 | top: 0; |
| 27 | left: 0; |
| 28 | right: 0; |
| 29 | bottom: 0; |
| 30 | margin: 0; |
| 31 | padding: 5px 0; |
| 32 | background: #f3f3f3; |
| 33 | border-right-width: 1px; |
| 34 | border-right-style: solid; |
| 35 | border-right-color: #ccc; |
| 36 | -webkit-user-select: none; |
| 37 | -moz-user-select: none; |
| 38 | -ms-user-select: none; |
| 39 | user-select: none |
| 40 | } |
| 41 | |
| 42 | .foogallery-datasource-modal-sidebar-menu>a { |
| 43 | display: block; |
| 44 | position: relative; |
| 45 | padding: 8px 10px; |
| 46 | margin: 0; |
| 47 | line-height: 18px; |
| 48 | font-size: 14px; |
| 49 | color: var(--foogallery-color-wp-primary); |
| 50 | text-decoration: none; |
| 51 | } |
| 52 | |
| 53 | .foogallery-datasource-modal-sidebar-menu>a:hover { |
| 54 | color: var(--foogallery-color-wp-primary); |
| 55 | background: rgba(0,0,0,.04) |
| 56 | } |
| 57 | |
| 58 | .foogallery-datasource-modal-sidebar-menu .active, |
| 59 | .foogallery-datasource-modal-sidebar-menu .active:hover, |
| 60 | .foogallery-datasource-modal-sidebar-menu .active:focus { |
| 61 | color: #fff; |
| 62 | font-weight: 600; |
| 63 | background: var(--foogallery-color-wp-primary); |
| 64 | } |
| 65 | |
| 66 | .foogallery-datasource-modal-sidebar-menu>a, |
| 67 | .foogallery-datasource-modal-sidebar-menu>a:active, |
| 68 | .foogallery-datasource-modal-sidebar-menu>a:hover, |
| 69 | .foogallery-datasource-modal-sidebar-menu>a:focus { |
| 70 | box-shadow: none; |
| 71 | outline: 0 |
| 72 | } |
| 73 | |
| 74 | .media-menu .separator { |
| 75 | height: 0; |
| 76 | margin: 12px 20px; |
| 77 | padding: 0; |
| 78 | border-top: 1px solid #ddd |
| 79 | } |
| 80 | |
| 81 | .foogallery-datasource-modal-container { |
| 82 | position: absolute; |
| 83 | top: 51px; |
| 84 | padding: 16px; |
| 85 | left: 200px; |
| 86 | right: 0; |
| 87 | bottom: 60px; |
| 88 | overflow: auto; |
| 89 | outline: 0; |
| 90 | } |
| 91 | |
| 92 | .foogallery-datasource-modal-toolbar { |
| 93 | position: absolute; |
| 94 | left: 200px; |
| 95 | right: 0; |
| 96 | z-index: 100; |
| 97 | bottom: 60px; |
| 98 | height: auto; |
| 99 | border-top: 1px solid #ddd; |
| 100 | } |
| 101 | |
| 102 | .foogallery-datasource-modal-toolbar-inner { |
| 103 | position: absolute; |
| 104 | top: 0; |
| 105 | left: 0; |
| 106 | right: 0; |
| 107 | bottom: -45px; |
| 108 | height: 60px; |
| 109 | padding: 0 16px; |
| 110 | overflow: hidden; |
| 111 | } |
| 112 | |
| 113 | .foogallery-datasource-modal-container-inner .spinner { |
| 114 | float: left; |
| 115 | } |
| 116 | |
| 117 | .foogallery-datasource-modal-insert { |
| 118 | float: right; |
| 119 | } |
| 120 | |
| 121 | .foogallery-datasource-item { |
| 122 | padding: 20px; |
| 123 | text-align: center; |
| 124 | } |
| 125 | |
| 126 | .foogallery-datasource-missing-plugin { |
| 127 | display: flex; |
| 128 | gap: 16px; |
| 129 | align-items: flex-start; |
| 130 | padding: 16px; |
| 131 | border: 1px solid #dcdcde; |
| 132 | border-radius: 4px; |
| 133 | background: #fff; |
| 134 | max-width: 680px; |
| 135 | } |
| 136 | |
| 137 | .foogallery-datasource-missing-plugin__logo-wrap { |
| 138 | flex: 0 0 auto; |
| 139 | } |
| 140 | |
| 141 | .foogallery-datasource-missing-plugin__logo { |
| 142 | display: block; |
| 143 | border-radius: 12px; |
| 144 | } |
| 145 | |
| 146 | .foogallery-datasource-missing-plugin__content h3 { |
| 147 | margin: 0 0 8px; |
| 148 | } |
| 149 | |
| 150 | .foogallery-datasource-missing-plugin__content p { |
| 151 | margin: 0 0 14px; |
| 152 | } |
| 153 | |
| 154 | .foogallery-datasource-missing-plugin__actions { |
| 155 | display: flex; |
| 156 | flex-wrap: wrap; |
| 157 | gap: 8px; |
| 158 | align-items: center; |
| 159 | } |
| 160 | |
| 161 | .foogallery-datasource-missing-plugin__permissions { |
| 162 | display: inline-block; |
| 163 | color: #646970; |
| 164 | } |
| 165 |