Untested extensions modal uses theme colors
This commit is contained in:
parent
4bd8f6b874
commit
f62221c0da
|
@ -139,8 +139,8 @@ span.mce_woocommerce_shortcodes_button {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
color: #fff;
|
color: var(--wc-secondary-text);
|
||||||
background: #96578a;
|
background: var(--wc-secondary);
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -186,24 +186,15 @@ span.mce_woocommerce_shortcodes_button {
|
||||||
|
|
||||||
a.button-primary {
|
a.button-primary {
|
||||||
float: right;
|
float: right;
|
||||||
background: #bb77ae;
|
box-shadow: 0 0 0;
|
||||||
border-color: #a36597;
|
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow:
|
text-shadow: none;
|
||||||
0 -1px 1px #a36597,
|
|
||||||
1px 0 1px #a36597,
|
|
||||||
0 1px 1px #a36597,
|
|
||||||
-1px 0 1px #a36597;
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: #a36597;
|
box-shadow: 0 0 0;
|
||||||
border-color: #a36597;
|
text-shadow: none;
|
||||||
box-shadow:
|
|
||||||
inset 0 1px 0 rgba(255, 255, 255, 0.25),
|
|
||||||
0 1px 0 #a36597;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue