From 4d6038cd088b3895ebe18788ef1745eabf5a29b3 Mon Sep 17 00:00:00 2001 From: Nandaleio Date: Fri, 21 Mar 2025 12:55:11 +0100 Subject: [PATCH] input type button & submit disabled --- bolt.css | 4 +++- index.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bolt.css b/bolt.css index e25d912..4106ab8 100644 --- a/bolt.css +++ b/bolt.css @@ -367,7 +367,9 @@ button:active { } button:disabled, -button[disabled] { +button[disabled], +input[type="button"][disabled], +input[type="submit"][disabled] { box-shadow: none; border: 1px solid var(--border); cursor: initial; diff --git a/index.html b/index.html index 39b9c85..507f844 100644 --- a/index.html +++ b/index.html @@ -284,6 +284,8 @@

table

button

+ +

datalist