diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 03:01:46 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 03:01:46 +0300 |
commit | 37c250d538893ff8178bd9c9e4dde225a991ce76 (patch) | |
tree | 379350cdfe47d3691fef9c8c5ef91acddfba36d3 /public/css/index.css | |
parent | 6f31f35c7b38fbf63d7a0c9322458e0b75828495 (diff) |
pevent access from messengers
Diffstat (limited to 'public/css/index.css')
-rw-r--r-- | public/css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/index.css b/public/css/index.css index db341af..a304ed4 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -141,7 +141,7 @@ form label { align-items: center; } -input, textarea { +input, textarea, button { background-color: var(--background-secondary); color: var(--text); border: 1px solid var(--border); @@ -158,7 +158,7 @@ label { padding: 8px; } -input:active { +input:active, textarea:active, button:active { background-color: rgb(33, 33, 38); } |