1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00
This commit is contained in:
Steffo 2023-05-25 01:27:09 +02:00
parent d603f0ab1f
commit 282448ed3a
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 6 additions and 6 deletions

6
dist/base.root.css vendored
View file

@ -610,7 +610,7 @@
}
:where(body) :where(input[type="radio"]):not(:where([disabled])),
:where(body) :where(input[type="checkbox"]):not(:where([disabled])),
:where(body) :where(input[type="button"], button):not(:where([disabled])),
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button):not(:where([disabled])),
:where(body) :where(input[type="color"]):not(:where([disabled])) {
cursor: pointer;
}
@ -668,11 +668,11 @@
:where(body) :where(input[type="range"]) {
padding: 0;
}
:where(body) :where(input[type="button"], button) {
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button) {
border-width: 2px;
border-style: outset;
}
:where(body) :where(input[type="button"], button):active {
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button):active {
border-style: inset;
}
:where(body) :where(input[type="file"]),

File diff suppressed because one or more lines are too long

View file

@ -84,7 +84,7 @@
:where(body) :where(select[multiple]) {
border-radius: 0 var(--b-border-radius) var(--b-border-radius) 0;
}
:where(body) :where(input[type="button"], button) {
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button) {
border-radius: var(--b-border-radius);
}
:where(body) :where(ul) > *::marker,

File diff suppressed because one or more lines are too long