Skip to content

Commit 447037c

Browse files
komaleswarpandafy
authored andcommitted
[ui] Use theme color variables from openwisp-utils #473
Replace hardcoded RGBA values in admin.css with shared theme color variables provided by openwisp-utils to ensure consistent theming. Fixes #473
1 parent 7806864 commit 447037c

File tree

1 file changed

+2
-2
lines changed
  • openwisp_users/static/openwisp-users/css

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
input.readonly {
2-
border: 1px solid rgba(0, 0, 0, 0.05) !important;
3-
background-color: rgba(0, 0, 0, 0.07);
2+
border: 1px solid var(--hairline-color) !important;
3+
background-color: var(--hairline-color);
44
}

0 commit comments

Comments
 (0)