We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7806864 commit 447037cCopy full SHA for 447037c
openwisp_users/static/openwisp-users/css/admin.css
@@ -1,4 +1,4 @@
1
input.readonly {
2
- border: 1px solid rgba(0, 0, 0, 0.05) !important;
3
- background-color: rgba(0, 0, 0, 0.07);
+ border: 1px solid var(--hairline-color) !important;
+ background-color: var(--hairline-color);
4
}
0 commit comments