mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1114344 - Add background-clip: content-box to the #dialogBox on in-content dialogs. r=jaws
This commit is contained in:
parent
e0a375122b
commit
8b643d9e75
@ -233,13 +233,14 @@ description > html|a {
|
||||
|
||||
#dialogBox {
|
||||
background-color: #fbfbfb;
|
||||
background-clip: content-box;
|
||||
color: #424e5a;
|
||||
font-size: 14px;
|
||||
/* `transparent` will use the dialogText color in high-contrast themes and
|
||||
when page colors are disabled */
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2.5px;
|
||||
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
|
||||
border-radius: 3.5px;
|
||||
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
|
||||
display: -moz-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user