mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 903734 - The blackbox message background looks stale, r=fitzgen
This commit is contained in:
parent
b05554c10f
commit
918bcd58a2
@ -64,9 +64,9 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
@ -66,9 +66,9 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
@ -64,9 +64,9 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
background: url(background-noise-toolbar.png) rgb(61,69,76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user