X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommunicator.css;h=71f2171e864ee92474ff3cdae87144c7ea2f946e;hp=55421438b932c8aedb9000f8560f21f79fab2faa;hb=f7d5404cec3e2433f0e7c3f0bac16aae1cfb061c;hpb=9b1c3cf977537f3b1f7e2fc89977eac6e2bfb6fe diff --git a/EarlyBlue/communicator/communicator.css b/EarlyBlue/communicator/communicator.css index 55421438..71f2171e 100644 --- a/EarlyBlue/communicator/communicator.css +++ b/EarlyBlue/communicator/communicator.css @@ -24,6 +24,20 @@ 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"] { @@ -40,6 +54,12 @@ font-weight: bold; } +/* ::::: error messages ::::: */ + +description.error { + color: #FF0000; +} + /* ::::: directional button icons ::::: */ .up { @@ -114,6 +134,7 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { .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"], @@ -125,6 +146,10 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { 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"); @@ -164,3 +189,12 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] { .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; + } +}