mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Use modern color notation in CSS
This commit is contained in:
parent
3088f04e6f
commit
ac61c33d1c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.propButton {
|
a.propButton {
|
||||||
border: 1px solid rgb(85, 81, 91);
|
border: 1px solid rgb(85 81 91);
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
/*border-radius: 3px;*/
|
/*border-radius: 3px;*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue