mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 12:37:59 +08:00
3.1.4
This commit is contained in:
parent
cf9998ad1b
commit
3896aa0cc0
15 changed files with 60 additions and 34 deletions
|
@ -95,12 +95,6 @@
|
|||
background-image: -webkit-linear-gradient(left, red, #ff7f00, yellow, #80ff00, lime, #00ff80, aqua, #007fff, blue, #7f00ff, fuchsia, #ff0080, red) !important;
|
||||
widows: 100% !important;
|
||||
}
|
||||
.customize-control-kirki-color .kirki-input-container[data-has-alpha=false] .iris-picker.iris-border {
|
||||
width: 100% !important;
|
||||
}
|
||||
.customize-control-kirki-color .kirki-input-container[data-has-alpha=false] .iris-picker .iris-square {
|
||||
margin-right: 7px !important;
|
||||
}
|
||||
.customize-control-kirki-color .kirki-input-container[data-has-alpha=true] .iris-picker-inner {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 20px 20px;
|
||||
|
@ -357,6 +351,10 @@
|
|||
background-color: #00a0d2;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.customize-control-kirki-radio-buttonset .screen-reader-text:focus {
|
||||
clip-path: inset(50%);
|
||||
-webkit-clip-path: inset(50%);
|
||||
}
|
||||
|
||||
.customize-control-kirki-radio-image > .image {
|
||||
display: flex;
|
||||
|
@ -736,6 +734,10 @@
|
|||
.customize-control-kirki-toggle {
|
||||
position: relative;
|
||||
}
|
||||
.customize-control-kirki-toggle .screen-reader-text:focus {
|
||||
clip-path: inset(50%);
|
||||
-webkit-clip-path: inset(50%);
|
||||
}
|
||||
.customize-control-kirki-toggle label {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue