X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fcommunicator.css;h=2bd521845a2e54b7b4ac7a4dc529af97da1a505e;hp=7f14d3adbda07499e0b134f08e542556c69cdd2b;hb=afa44bf62eca2c695eec140b1a0e0028bffac2f6;hpb=9b1c3cf977537f3b1f7e2fc89977eac6e2bfb6fe diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 7f14d3ad..2bd52184 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -20,7 +20,7 @@ toolbar { menubar, toolbar[type="menubar"] { - -moz-binding: url("chrome://global/skin/globalBindings.xml#grippymenubar"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#grippytoolbar-menubar"); } .toolbar-primary { @@ -41,6 +41,20 @@ menubar[xpfe="false"] { max-height: 25em; } +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) { + width: 16px; + height: 16px; + margin-left: 1px; +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, directory) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +} + +textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, file) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +} + /* ::::: online/offline icons ::::: */ #offline-status[offline="true"] { @@ -57,6 +71,12 @@ menubar[xpfe="false"] { font-weight: bold; } +/* ::::: error messages ::::: */ + +description.error { + color: #FF0000; +} + /* ::::: directional button icons ::::: */ .up { @@ -150,6 +170,7 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { .messageImage[value="blocked-plugins"], .messageImage[value="carbon-failure-plugins"], +.messageImage[value="disabled-plugins"], .messageImage[value="missing-plugins"], .messageImage[value="outdated-plugins"], .messageImage[value="click-to-play-plugins"], @@ -161,6 +182,10 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { list-style-image: url("chrome://communicator/skin/icons/geo.png"); } +.messageImage[value="webNotifications"] { + list-style-image: url("chrome://communicator/skin/icons/notification-16.png"); +} + .messageImage[value="indexedDB-permissions-prompt"], .messageImage[value="indexedDB-quota-prompt"] { list-style-image: url("chrome://global/skin/icons/question-16.png"); @@ -200,3 +225,12 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active { .messageImage[value="MixedDisplayContentMessage"] { list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png"); } + +/* ::::: tree rows ::::: */ + +@media (-moz-windows-default-theme) { + treechildren:not(.autocomplete-treebody)::-moz-tree-row { + height: 1.3em !important; + border-width: 1px !important; + } +}