mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Fix text entry issue
This commit is contained in:
@@ -1798,6 +1798,9 @@ entry {
|
||||
box-shadow: none; }
|
||||
spinbutton.error:not(.vertical),
|
||||
entry.error {
|
||||
color: #C3C7D1;
|
||||
border-color: rgba(238, 238, 238, 0.1);
|
||||
background-color: #181b28;
|
||||
color: #e6133e;
|
||||
border-color: #410512; }
|
||||
spinbutton.error:focus:not(.vertical),
|
||||
@@ -1809,6 +1812,9 @@ entry {
|
||||
background-color: #e6133e; }
|
||||
spinbutton.warning:not(.vertical),
|
||||
entry.warning {
|
||||
color: #C3C7D1;
|
||||
border-color: rgba(238, 238, 238, 0.1);
|
||||
background-color: #181b28;
|
||||
color: #cc5500;
|
||||
border-color: #1a0b00; }
|
||||
spinbutton.warning:focus:not(.vertical),
|
||||
|
||||
Reference in New Issue
Block a user