refined popup appearance
This commit is contained in:
parent
3908fcdb90
commit
d41d4636c5
4 changed files with 47 additions and 17 deletions
21
styles/colors/popup.css
Normal file
21
styles/colors/popup.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
@import url("/styles/colors/defaults.results.css");
|
||||
|
||||
#score {
|
||||
background-color: #88888888;
|
||||
}
|
||||
|
||||
#score::-webkit-progress-value {
|
||||
background-color: #ffF;
|
||||
}
|
||||
|
||||
[result="bad"] {
|
||||
background: var(--color-results_bad_gradient);
|
||||
}
|
||||
|
||||
[result="ok"] {
|
||||
background: var(--color-results_ok_gradient);
|
||||
}
|
||||
|
||||
[result="good"], [result="trusted"] {
|
||||
background: var(--color-results_good_gradient);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue