mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
[broadway] Fix css typo
rgb takes 3 params, rgba takes four.
This commit is contained in:
parent
7a197e5b65
commit
05dfb7f594
@ -19,7 +19,7 @@
|
||||
.frame-contents {
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border: 1px solid rgba(0, 0, 0);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
clear: both;
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user