mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
fix: cursor selection bg color in dark mode
This commit is contained in:
@@ -266,6 +266,13 @@ body {
|
||||
|
||||
// Dark theme specific style
|
||||
[theme='dark'] {
|
||||
::-moz-selection {
|
||||
background-color: #3366ff40;
|
||||
}
|
||||
::selection {
|
||||
background-color: #3366ff40;
|
||||
}
|
||||
|
||||
/* Change autocomplete styles in WebKit */
|
||||
input:-webkit-autofill:not([type='checkbox']):not([type='radio']),
|
||||
input:-webkit-autofill:hover:not([type='checkbox']):not([type='radio']),
|
||||
|
||||
Reference in New Issue
Block a user