X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabprompts.css;h=b3c203e9d8ff31c12be77f77847efe66b1e5f03f;hp=107346f17e546ff96fe39e907e2143fc77d42d8d;hb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42;hpb=d184e6f38e7cf172d5cdcfd4c3e0df3e15e66996 diff --git a/LCARStrek/global/tabprompts.css b/LCARStrek/global/tabprompts.css index 107346f1..b3c203e9 100644 --- a/LCARStrek/global/tabprompts.css +++ b/LCARStrek/global/tabprompts.css @@ -1,30 +1,23 @@ /* Tab Modal Prompt boxes */ tabmodalprompt { - background-color: hsla(0,0%,97%,.15); - background-image: -moz-radial-gradient(center 40%, circle closest-side, hsla(0,0%,90%,.5), hsla(0,0%,90%,0)); + background-color: hsla(0,0%,10%,.5); + font-family: sans-serif; /* use content font not system UI font */ } .mainContainer { - padding: 20px; color: #FF9F00; background-color: #000000; + background-clip: padding-box; border-radius: 8px; border: 1px solid #9C9CFF; } -.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; +.topContainer { + padding: 20px; } -.question-icon { - list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important; +.buttonContainer { + padding: 12px 20px 15px; + background-color: #E7ADE7; + border-top: 1px solid #9C9CFF; }