X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FinContentUI.css;h=fbe5ce19852d1852dfe3347540a6425d07fec7fc;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hp=bc87a6e2f716667e22e7d0cd1cb448f320dc4e7d;hpb=f620f94dee99ce15aab05b4cc15cbadd57bc5658;p=themes.git diff --git a/EarlyBlue/global/inContentUI.css b/EarlyBlue/global/inContentUI.css index bc87a6e2..fbe5ce19 100644 --- a/EarlyBlue/global/inContentUI.css +++ b/EarlyBlue/global/inContentUI.css @@ -20,6 +20,7 @@ * * Contributor(s): * Blair McBride + * Philipp von Weitershausen * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -35,17 +36,26 @@ * * ***** END LICENSE BLOCK ***** */ +/* + * The default namespace for this file is XUL. Be sure to prefix rules that + * are applicable to both XUL and HTML with '*|'. + */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); /* Page background */ -:root { +*|*:root { background-color: #CCD0DD; color: #000000; margin: 20px; } +html|html { + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; +} + /* Content */ -.main-content { +*|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ /* Disabled because of bug 623615 overflow: hidden; @@ -53,3 +63,9 @@ background-color: #FFFFFF; border: 1px solid #666699; } + +colorpicker[type="button"] { + margin: 1px 5px 2px 5px; + padding: 3px; + height: 25px; +}