modified file plugins
This commit is contained in:
@ -0,0 +1,131 @@
|
||||
span.w3tc-convert:before {
|
||||
content:'\0041';
|
||||
display: inline-block;
|
||||
font-family: 'w3tc';
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
th span.w3tc-convert:before,
|
||||
th #w3tc-imageservice-settings {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
p span.w3tc-convert:before {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.w3tc-converted-reduced {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.w3tc-disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.w3tc-disabled > a {
|
||||
color: currentColor;
|
||||
display: inline-block; /* For IE11 / Ms Edge bug */
|
||||
pointer-events: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Statistics section on the extension settings, tools, and statistics page. */
|
||||
|
||||
#w3tc-imageservice-counts td,
|
||||
#w3tc-imageservice-usage td {
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
#w3tc_default_save_and_flush_extension_imageservice_configuration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@-webkit-keyframes w3tc-animation-rotating {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
-o-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes w3tc-animation-rotating {
|
||||
from {
|
||||
-ms-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
-ms-transform: rotate(360deg);
|
||||
-moz-transform: rotate(360deg);
|
||||
-webkit-transform: rotate(360deg);
|
||||
-o-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.w3tc-rotating {
|
||||
-webkit-animation: w3tc-animation-rotating 2s linear infinite;
|
||||
-moz-animation: w3tc-animation-rotating 2s linear infinite;
|
||||
-ms-animation: w3tc-animation-rotating 2s linear infinite;
|
||||
-o-animation: w3tc-animation-rotating 2s linear infinite;
|
||||
animation: w3tc-animation-rotating 2s linear infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes w3tc-highlight {
|
||||
0% {
|
||||
background: #fefefe;
|
||||
}
|
||||
|
||||
50% {
|
||||
background: gray;
|
||||
}
|
||||
|
||||
to {
|
||||
background: #fefefe;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes w3tc-highlight {
|
||||
0% {
|
||||
background: #fefefe;
|
||||
}
|
||||
|
||||
50% {
|
||||
background: gray;
|
||||
}
|
||||
|
||||
to {
|
||||
background: #fefefe;
|
||||
}
|
||||
}
|
||||
|
||||
.w3tc-highlight {
|
||||
-webkit-animation: w3tc-highlight 1s linear;
|
||||
-o-animation: w3tc-highlight 1s linear;
|
||||
animation: w3tc-highlight 1s linear;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-o-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
#w3tc_dashboard_banner {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.media_page_w3tc_extension_page_imageservice #licensing_terms {
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user