| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | /* |
| 2 | - Version: 4.0.7 | |
| 2 | + Version: 1.7.6 | |
| 3 | 3 | */ |
| 4 | 4 | #visualizer-library-view { |
| 5 | 5 | padding: 30px 10px 10px 30px; |
| 6 | 6 | } |
| @@ -30,8 +30,9 @@ | ||
| 30 | 30 | margin: 0 20px 20px 0; |
| 31 | 31 | padding: 5px; |
| 32 | 32 | border: 1px solid #ddd; |
| 33 | 33 | background-color: #efefef; |
| 34 | + -webkit-box-shadow: 0 0 8px #ddd; | |
| 34 | 35 | box-shadow: 0 0 8px #ddd; |
| 35 | 36 | } |
| 36 | 37 | |
| 37 | 38 | .visualizer-library-chart-canvas { |
| @@ -128,8 +129,9 @@ | ||
| 128 | 129 | padding: 5px 10px; |
| 129 | 130 | border-radius: 2px; |
| 130 | 131 | color: white !important; |
| 131 | 132 | background-color: #aaa; |
| 133 | + -webkit-box-shadow: 0 0 5px #ccc; | |
| 132 | 134 | box-shadow: 0 0 5px #ccc; |
| 133 | 135 | font-weight: bold; |
| 134 | 136 | text-decoration: none; |
| 135 | 137 | } |
| @@ -136,8 +138,9 @@ | ||
| 136 | 138 | |
| 137 | 139 | .visualizer-library-pagination-active > .visualizer-library-pagination-page, |
| 138 | 140 | a.visualizer-library-pagination-page:hover { |
| 139 | 141 | background-color: lightcoral; |
| 142 | + -webkit-box-shadow: 0 0 5px lightpink; | |
| 140 | 143 | box-shadow: 0 0 5px lightpink; |
| 141 | 144 | } |
| 142 | 145 | |
| 143 | 146 | .locker, |
| @@ -161,46 +164,4 @@ | ||
| 161 | 164 | .locker-loader { |
| 162 | 165 | z-index: 1001; |
| 163 | 166 | background: url(../images/ajax-loader.gif) no-repeat center center; |
| 164 | 167 | } |
| 165 | - | |
| 166 | - | |
| 167 | -/* TinyMCE button */ | |
| 168 | -i.mce-i-visualizer-icon:before { | |
| 169 | - content: "\f184"; | |
| 170 | - display: inline-block; | |
| 171 | - -webkit-font-smoothing: antialiased; | |
| 172 | - font: 400 20px/1 dashicons; | |
| 173 | - vertical-align: top; | |
| 174 | -} | |
| 175 | - | |
| 176 | -.visualizer-chart-bg, .visualizer-chart-insert-bg { | |
| 177 | - display: none; | |
| 178 | -} | |
| 179 | - | |
| 180 | -.visualizer-library-chart:hover .visualizer-chart-bg { | |
| 181 | - display: block; | |
| 182 | - position: absolute; | |
| 183 | - background: #000000; | |
| 184 | - width: 100%; | |
| 185 | - height: 100%; | |
| 186 | - top: 0; | |
| 187 | - left: 0; | |
| 188 | - opacity: 0.3; | |
| 189 | -} | |
| 190 | - | |
| 191 | -.visualizer-library-chart:hover .visualizer-chart-bg ~ .visualizer-chart-insert-bg { | |
| 192 | - display: block; | |
| 193 | - position: absolute; | |
| 194 | - top: 0; | |
| 195 | - left: 0; | |
| 196 | - width: 100%; | |
| 197 | - height: 100%; | |
| 198 | - z-index: 99999; | |
| 199 | -} | |
| 200 | - | |
| 201 | -button.visualizer-library-chart-insert{ | |
| 202 | - position: absolute; | |
| 203 | - top: 50%; | |
| 204 | - left: 50%; | |
| 205 | - transform: translate(-50%, -50%); | |
| 206 | -} | |