X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2FdialogOverlay.css;fp=EarlyBlue%2Fglobal%2Fskin%2FdialogOverlay.css;h=0000000000000000000000000000000000000000;hp=bb5277125e0b27c5947373526feb5e61aa3659e3;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/global/skin/dialogOverlay.css b/EarlyBlue/global/skin/dialogOverlay.css deleted file mode 100755 index bb527712..00000000 --- a/EarlyBlue/global/skin/dialogOverlay.css +++ /dev/null @@ -1,114 +0,0 @@ -/** - * Small Dialog Header (without icon) - **/ -.box-smallheader - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader); - border : 1px inset #CCD0DD; - margin : 0px 5px 6px 5px; - } - -.toolbar-primary - { - padding : 0px 0px 3px 0px; - min-height : 0px; - } - -.box-smallheader-left - { - font-size : larger; - font-weight : bold; - padding-left : 6px; - } - -.box-smallheader-right - { - padding-right : 6px; - } - -.box-smallheader > .toolbar-primary - { - border : 1px solid threeddarkshadow; - -moz-box-align : center; - padding-top : 3px; - } - -/** - * Large Dialog Header (with icon) - **/ -.box-header - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#largeheader); - } - -.box-header-header - { - padding : 0px 0px 4px 5px; - min-height : 34px; - } - -.box-header-text-box - { - -moz-box-align : center; - } - -.box-header-text - { - color : white; - font-size : large; - font-weight : bold; - text-decoration : underline; - } - -.box-header-icon-box - { - -moz-box-align : center; - } - -.box-header-circle - { - background-color : transparent; - min-width : 28px; - margin : 1px 7px 1px 1px; - height : 28px; - width : 28px; - } - -/** - * Dialog status line (blue) including progress area - **/ -.box-status - { - -moz-binding : url(chrome://global/content/dialogBindings.xml#status); - } - -.box-status-bg - { - padding : 1px 5px 1px 5px; - min-height : 0px ! important; - } - -.box-status-text, .box-status-progress - { - color : #99cccc ! important; - } - - -/** - * Utility classes for use when combined headers/footers are used - **/ -/* display area framed container */ -#contentarea - { - border-top : 2px groove threedface; - border-bottom : 2px groove threedface; - padding : 7px; - } - -/* top border on status area */ -#wizardButtons - { - border-bottom : 1px solid threedshadow; - padding-top : 1px; - padding-bottom : 1px; - }