X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fx-browser-old%2Fdownloads%2Fdownloadmanager.css;fp=LCARStrek%2Fx-browser-old%2Fdownloads%2Fdownloadmanager.css;h=8b4272799b8c1905f3623400f86d5d70b3e37ad0;hp=0000000000000000000000000000000000000000;hb=a93f445b831d3030d75c103f6829265aaa21f3b6;hpb=9abeb12c5fc3c4fccd5a3b2c4ea13b84c5bed66f diff --git a/LCARStrek/x-browser-old/downloads/downloadmanager.css b/LCARStrek/x-browser-old/downloads/downloadmanager.css new file mode 100644 index 00000000..8b427279 --- /dev/null +++ b/LCARStrek/x-browser-old/downloads/downloadmanager.css @@ -0,0 +1,55 @@ +.bold { + font-weight: bold; +} + +#downloadView { + background-color: #FFFFFF; + border: 1px inset #CCD0DD; + margin: 0px 2px; + padding: 0px; +} + +download { + padding: 3px 0px 3px; + min-height: 25px; +} + +#downloadHistoryView > treechildren::-moz-tree-image(Name) { + -moz-margin-end: 2px; +} + +.indented { + -moz-margin-start: 17px; +} + +listcell { + margin-top: 2px; + margin-bottom: 2px; + -moz-margin-start: 4px; + -moz-margin-end: 4px; +} + +.link { + text-decoration: underline; + color: blue; + cursor: pointer; + -moz-user-focus: normal; + border: 1px solid transparent; +} + +.link:hover:active { + color: red; +} + +.link:focus { + border: 1px dotted black; +} + +#download-splitter { + border: none; + border-bottom: 1px solid #9999CC; +} + +#close-button { + list-style-image: url("chrome://navigator/skin/icons/close.gif"); +}