X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fpreferences.css;fp=EarlyBlue%2Fcommunicator%2Fpreferences.css;h=1c33deb61a05f1cc3f9d3b035963552ba1a9c1b5;hp=86763e75370ff09f54ec625b579c0e77a942f678;hb=570c53ea16492622075efba14d5a5f363bc8e8b6;hpb=726e083d383785788bf5cd6e5d087aabcb8a9fae diff --git a/EarlyBlue/communicator/preferences.css b/EarlyBlue/communicator/preferences.css index 86763e75..1c33deb6 100644 --- a/EarlyBlue/communicator/preferences.css +++ b/EarlyBlue/communicator/preferences.css @@ -47,3 +47,37 @@ prefwindow { -moz-padding-end: 10px; } +/* File Field Widget */ +filefield { + margin: 2px 4px; + border: 1px inset #CCD0DD; +} + +.fileFieldContentBox { + background-color: #CCD0DD; +} + +filefield[disabled="true"] { + color: #CCCCCC; + border: 1px solid #666699; +} + +.fileFieldIcon[disabled="true"] { + opacity: 0.4; +} + +.fileFieldIcon { + width: 16px; + height: 16px; + margin-top: 1px; + margin-bottom: 1px; + -moz-margin-start: 1px; + -moz-margin-end: 4px; +} + +.fileFieldLabel { + -moz-appearance: none; + background-color: transparent; + border: none; + margin: 0px; +}