[CSS] Fixed: note actions size.
This commit is contained in:
parent
31857e1eab
commit
e467cf5ec2
@ -17,6 +17,7 @@
|
|||||||
box-shadow: inset 0 0 0 2px #8081BA;
|
box-shadow: inset 0 0 0 2px #8081BA;
|
||||||
}
|
}
|
||||||
#header,
|
#header,
|
||||||
|
.accessibility-menu,
|
||||||
.header-extra-forms-open,
|
.header-extra-forms-open,
|
||||||
.section-title-details,
|
.section-title-details,
|
||||||
.set-background-color-hard,
|
.set-background-color-hard,
|
||||||
@ -128,7 +129,7 @@
|
|||||||
.section-widget,
|
.section-widget,
|
||||||
.set-border-soft,
|
.set-border-soft,
|
||||||
button,
|
button,
|
||||||
input:not([type=checkbox], [type=radio]),
|
input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
border: 2px solid #46465E !important;
|
border: 2px solid #46465E !important;
|
||||||
@ -181,6 +182,7 @@
|
|||||||
box-shadow: inset 0 0 0 2px #2e3440;
|
box-shadow: inset 0 0 0 2px #2e3440;
|
||||||
}
|
}
|
||||||
#header,
|
#header,
|
||||||
|
.accessibility-menu,
|
||||||
.header-extra-forms-open,
|
.header-extra-forms-open,
|
||||||
.section-title-details,
|
.section-title-details,
|
||||||
.set-background-color-hard,
|
.set-background-color-hard,
|
||||||
@ -297,7 +299,6 @@
|
|||||||
.set-border-soft,
|
.set-border-soft,
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
input[type=radio],
|
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
border: 2px solid #4c566a66 !important;
|
border: 2px solid #4c566a66 !important;
|
||||||
|
@ -81,13 +81,11 @@
|
|||||||
all: unset
|
all: unset
|
||||||
}
|
}
|
||||||
.button-container {
|
.button-container {
|
||||||
all: unset;
|
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-repeat: no-repeat !important;
|
border-radius: unset !important;
|
||||||
width: 1em !important;
|
|
||||||
height: 1em !important;
|
|
||||||
margin-left: 0.6rem;
|
margin-left: 0.6rem;
|
||||||
text-indent: -9999em
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
}
|
}
|
||||||
.button-container:hover,
|
.button-container:hover,
|
||||||
.button-container:focus {
|
.button-container:focus {
|
||||||
|
@ -23,8 +23,8 @@ input[type=radio] {
|
|||||||
all: unset;
|
all: unset;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
width: 1em !important;
|
width: 1rem !important;
|
||||||
height: 1em !important;
|
height: 1rem !important;
|
||||||
}
|
}
|
||||||
input[type=checkbox]:not(:hover, :focus),
|
input[type=checkbox]:not(:hover, :focus),
|
||||||
input[type=radio]:not(:hover, :focus) {
|
input[type=radio]:not(:hover, :focus) {
|
||||||
@ -102,11 +102,10 @@ input[type=radio] {
|
|||||||
border: solid 0.25em !important;
|
border: solid 0.25em !important;
|
||||||
}
|
}
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
vertical-align: middle;
|
-webkit-background-size: 100%;
|
||||||
-webkit-background-size: cover;
|
-moz-background-size: 100%;
|
||||||
-moz-background-size: cover;
|
-o-background-size: 100%;
|
||||||
-o-background-size: cover;
|
background-size: 100%;
|
||||||
background-size: cover;
|
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
-webkit-mask-image: url("../../icons/check-off.svg") !important;
|
-webkit-mask-image: url("../../icons/check-off.svg") !important;
|
||||||
-o-mask-image: url("../../icons/check-off.svg") !important;
|
-o-mask-image: url("../../icons/check-off.svg") !important;
|
||||||
@ -145,3 +144,8 @@ input[type=file] {
|
|||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Open Sans', sans-serif !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=checkbox],
|
||||||
|
input[type=radio] {
|
||||||
|
border: unset !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user