mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
887077198c
--HG-- rename : toolkit/themes/pinstripe/mozapps/extensions/background-texture.png => toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png rename : toolkit/themes/winstripe/mozapps/extensions/background-texture.png => toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png
35 lines
962 B
CSS
35 lines
962 B
CSS
/* Tab Modal Prompt boxes */
|
|
tabmodalprompt {
|
|
background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png),
|
|
-moz-radial-gradient(center 40%, circle farthest-side, hsla(0,0%,10%,.1), hsla(0,0%,0%,.5));
|
|
}
|
|
|
|
.mainContainer {
|
|
padding: 20px;
|
|
color: black;
|
|
background-image: -moz-linear-gradient(hsla(0,0%,89%,.97), hsla(0,0%,96%,.97));
|
|
border-radius: 6px;
|
|
box-shadow: 0 0 1px 1px hsla(0,0%,0%,.6) inset,
|
|
0 1px 1px hsla(0,0%,0%,.2) inset,
|
|
0 2px 5px hsla(0,0%,0%,.2) inset,
|
|
0 0 0 1px hsla(0,0%,100%,.3),
|
|
0 1px 0 hsla(0,0%,100%,.1);
|
|
}
|
|
|
|
.buttonContainer {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.info\.icon {
|
|
width: 64px !important;
|
|
height: 64px !important;
|
|
}
|
|
|
|
.alert-icon {
|
|
list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
|
|
}
|
|
|
|
.question-icon {
|
|
list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
|
|
}
|