mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
theme: missed the "a" on rgba (#3336)
This commit is contained in:
parent
5d8af379a5
commit
4e5f7c9292
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
}
|
||||
|
||||
.query-info {
|
||||
background-color: rgb(187, 144, 13);
|
||||
background-color: rgba(187, 144, 13);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue