More quirks with borders.
This commit is contained in:
parent
3e67be082d
commit
6b7f83b7e2
11
nord.css
11
nord.css
@ -173,6 +173,17 @@ body {
|
||||
color: var(--body-color);
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn:focus,
|
||||
.input:focus {
|
||||
box-shadow: 0 0 0 3px rgba(143, 188, 187, 0.5);
|
||||
}
|
||||
|
||||
.input:not(:disabled):focus,
|
||||
.input:not(:disabled):hover {
|
||||
border-color: var(--highlight-color);
|
||||
}
|
||||
|
||||
#chat .show-more .btn {
|
||||
background: var(--unread-marker-color);
|
||||
color: var(--body-bg-color);
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "thelounge-theme-nord",
|
||||
"description": "Nord theme for thelounge",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme",
|
||||
|
Loading…
Reference in New Issue
Block a user