X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=ce2c1552a5fae7d589b8024d06ca960a5c39fe70;hp=667a26e060abf7ed580fd42a07df07d9221c3679;hb=7a7b11b3a8e1e334310160e6b2b5ef208a2e66c9;hpb=7c6f4fb9a814abcd4b2d3a2276e62ab4fbef8582 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 667a26e0..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"); } @@ -309,6 +283,13 @@ 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 { @@ -360,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 { @@ -387,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; +}