gecko/toolkit/themes/pinstripe/global/tabprompts.css

28 lines
838 B
CSS
Raw Normal View History

/* Tab Modal Prompt boxes */
tabmodalprompt {
width: 100%;
height: 100%;
color: white;
background-image: -moz-repeating-linear-gradient(-45deg,
rgba(65, 65, 65, 0.8),
rgba(65, 65, 65, 0.8) 20px,
rgba(69, 69, 69, 0.8) 20px,
rgba(69, 69, 69, 0.8) 40px);
-moz-box-pack: center;
-moz-box-orient: vertical;
}
.mainContainer {
min-width: 20em;
padding: 10px;
background: rgb(80,80,80);
border: 1px solid rgb(20,20,20);
border-radius: 12px;
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
0 1px 0 rgba(255,255,255,0.2);
}
.topContainer {
min-height: 64px;
}