X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=ce2c1552a5fae7d589b8024d06ca960a5c39fe70;hp=c2eea513352d6b90095af261cf4cf82258e98d54;hb=7a7b11b3a8e1e334310160e6b2b5ef208a2e66c9;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index c2eea513..ce2c1552 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -128,40 +128,10 @@ list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } -/* Hides text below the above buttons */ -/* -.toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text, -.toolbarbutton-1 > .toolbarbutton-text { - display: none; -} -*/ - -#fullscreen-exit-button { - list-style-image: none; -} - -#fullscreen-exit-button > .toolbarbutton-text { -/* display: normal; */ -} - /* ::::: small primary toolbar buttons ::::: */ -.toolbarbutton-text[toolbarmode="small"] { - display: none; -} - -.toolbarbutton-icon[toolbarmode="small"] { - display: inline; -} - -#nav-bar[mode="text"] > #nav-bar-inner, -#nav-bar[mode="icons"] > #nav-bar-inner, -#nav-bar[toolbarmode="small"] > #nav-bar-inner { - margin: 2px 0px 2px 6px; -} - -toolbar[toolbarmode="small"] > toolbargrippy { -/* display: none; */ +#nav-bar[inFullscreen="true"] .toolbar-grippy { + /* display: none; */ } /* ::::: fullscreen window controls ::::: */ @@ -176,6 +146,10 @@ toolbar[toolbarmode="small"] > toolbargrippy { padding: 2px 0px 2px 2px; } +toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { + display: -moz-box; +} + #minimize-button { list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif"); } @@ -209,6 +183,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #urlbar { + -moz-border-radius: 5px; outline: none; border: 1px solid #9C9CFF; background-color: #000000; @@ -279,6 +254,15 @@ toolbar[toolbarmode="small"] > toolbargrippy { margin-right: 4px; } +.autocomplete-history-dropmarker:hover { + background-color: #FFCF00; +} + +.autocomplete-history-dropmarker:hover:active, +.autocomplete-history-dropmarker[open="true"] { + background-color: #FF9F00; +} + /* ::::: go and searchbuttons ::::: */ #search-button, @@ -299,11 +283,24 @@ toolbar[toolbarmode="small"] > toolbargrippy { font-weight: bold; } +/* +toolbar[mode="text"] #search-button > .button-box > .button-icon, +toolbar[mode="icons"] #search-button > .button-box > .button-text { + display: none; +} +*/ + +/* ::::: throbber ::::: */ + +#throbber-box { + -moz-margin-start: 2px; +} + /* ::::: security button ::::: */ #security-button { list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif"); - margin-left: 2px; + -moz-margin-start: 2px; } /* |high| and |low| styles could be different, to better reflect the secure level... */ @@ -344,10 +341,24 @@ toolbar[toolbarmode="small"] > toolbargrippy { list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important; } -#bookmarks-chevron > .toolbarbutton-menu-dropmarker { +toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } +toolbarbutton.chevron > .toolbarbutton-text { + display: none; /* hide chevron label which has a width even if blank */ +} + +toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon { + display: -moz-box; /* display chevron icon in text mode */ +} + +/* Prevent [mode="icons"|"text"] from hiding the label and icon */ +#bookmarks-ptf .bookmark-item > .toolbarbutton-text, +#bookmarks-ptf .bookmark-item > .toolbarbutton-icon { + display: -moz-box !important; +} + /* ::::: feeds ::::: */ #feedsMenu { @@ -371,3 +382,18 @@ toolbar[toolbarmode="small"] > toolbargrippy { #feedsButton:hover:active { -moz-image-region: rect(48px 32px 64px 16px); } + +/* ::::: home button on the personal toolbar ::::: */ + +#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon { + /* width: 16px; + height: 16px; */ +} + +#PersonalToolbar > #home-button { + cursor: pointer; +} + +#PersonalToolbar > #home-button[disabled="true"] { + cursor: default !important; +}