gecko/toolkit/components/prompts/content/tabprompts.css

25 lines
383 B
CSS

/* Tab Modal Prompt boxes */
tabmodalprompt {
width: 100%;
height: 100%;
-moz-box-pack: center;
-moz-box-orient: vertical;
}
.mainContainer {
min-width: 20em;
min-height: 12em;
}
.info\.body {
margin: 0 !important;
-moz-user-focus: normal;
-moz-user-select: text;
cursor: text !important;
white-space: pre-wrap;
}
label[value=""] {
visibility: collapse;
}