|
| 1 | +@charset "utf-8"; |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +/* Revert tab throbber - for Nightly 57 as of 9/20/2017 */ |
| 7 | +.tab-throbber[busy]::before { |
| 8 | + background-image: url("chrome://global/skin/icons/loading.png") !important; |
| 9 | + animation: unset !important; |
| 10 | +} |
| 11 | +.tab-throbber[busy]:not([progress])::before { |
| 12 | + /* Grays the blue during "Connecting" state */ |
| 13 | + filter: grayscale(100%); |
| 14 | +} |
| 15 | +@media (min-resolution: 2dppx) { |
| 16 | + .tab-throbber[busy]::before { |
| 17 | + background-image: url("chrome://global/skin/icons/loading@2x.png") !important; |
| 18 | + } |
| 19 | +} |
| 20 | + |
| 21 | +/* 右クリックメニューから「他のタブをすべて閉じる」を消す */ |
| 22 | +#tabContextMenu #context_closeOtherTabs { |
| 23 | + visibility: collapse !important; |
| 24 | + display: none !important; |
| 25 | +} |
| 26 | + |
| 27 | + |
| 28 | +/* 未読タブの文字色を指定する */ |
| 29 | +/* |
| 30 | +.tabbrowser-tab[unread="true"] .tab-text {color: red !important;} |
| 31 | +*/ |
| 32 | + |
| 33 | + |
| 34 | +/* 選択中のタブ */ |
| 35 | +.tabbrowser-tab[selected] .tab-text { |
| 36 | + font-weight: bold !important; |
| 37 | +} |
| 38 | + |
| 39 | +/* 未読タブのタイトル文字色の変更 */ |
| 40 | +.tabbrowser-tab[unread="true"] .tab-text { |
| 41 | + font-weight: bold !important; |
| 42 | + color: red !important; |
| 43 | +} |
| 44 | + |
| 45 | +/* 非ロードTabのタイトル文字色の変更 */ |
| 46 | +.tabbrowser-tab[pending="true"] .tab-text { |
| 47 | + color: #1E0EBE !important; |
| 48 | +} |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +#bookmarksPanel, #history-panel { |
| 53 | + font-size: 16px !important; |
| 54 | + font-family: "Meiryo UI" !important; |
| 55 | +} |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +/* barre de NAVIGATION */ |
| 68 | +#nav-bar { |
| 69 | + -moz-box-ordinal-group: 1 !important; |
| 70 | + margin-top: -2px !important; |
| 71 | + border: none !important; |
| 72 | + box-shadow: none !important; |
| 73 | +} |
| 74 | + |
| 75 | +/* barre PERSONNELLE */ |
| 76 | +#PersonalToolbar { |
| 77 | + -moz-box-ordinal-group: 2 !important; |
| 78 | +} |
| 79 | + |
| 80 | +/*!* barre d'ONGLETS *!*/ |
| 81 | +/*#TabsToolbar {*/ |
| 82 | +/* -moz-box-ordinal-group: 3 !important;*/ |
| 83 | +/*}*/ |
| 84 | + |
| 85 | +/* Clean up spacing */ |
| 86 | +.titlebar-placeholder { |
| 87 | + display: none !important; |
| 88 | +} |
| 89 | + |
| 90 | +/*!* Hides ... at the end of the address bar *!*/ |
| 91 | +/*#pageActionButton {*/ |
| 92 | +/* display: none !important;*/ |
| 93 | +/*}*/ |
| 94 | + |
| 95 | +/*!* Hides star at the end of the address bar *!*/ |
| 96 | +/*#star-button {*/ |
| 97 | +/* width: 0px !important;*/ |
| 98 | +/*}*/ |
| 99 | + |
| 100 | +/*!* Hides reader button at the end of the address bar *!*/ |
| 101 | +/*#reader-mode-button,*/ |
| 102 | +/*#readinglist-addremove-button {*/ |
| 103 | +/* display:none !important;*/ |
| 104 | +/*}*/ |
| 105 | + |
| 106 | +/*!* Hides empty square at start of tab bar *!*/ |
| 107 | +/*#TabsToolbar .titlebar-placeholder[type="pre-tabs"] {*/ |
| 108 | +/* display:none !important;*/ |
| 109 | +/*}*/ |
| 110 | + |
| 111 | +/* Hides hamburger button */ |
| 112 | +#PanelUI-menu-button { |
| 113 | + /*display: none !important;*/ |
| 114 | +} |
| 115 | + |
| 116 | +/* Change bookmark icon */ |
| 117 | +.bookmark-item[container] { |
| 118 | + list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAjklEQVR42mNkAIIfx2xbgVQWAwHw//9/hh9cVgxX7ny5aBs6zQEkxgg1YD2QCiBkAAgwCdowXH0u8cHQKV9w1ICBNODaC4kvH24vUHVIO/+CLANuvhJnUGVdu4PD6rAnJQYcABrgOMIN2A00wI3MaBT/+vHOQl371PP3YQYQn505rRgu3/180S50ugNIDACEZogRw/LarAAAAABJRU5ErkJggg==') !important; |
| 119 | +} |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | +/* 2024.11.29 タブバーの位置を変える v133 */ |
| 126 | +#TabsToolbar |
| 127 | +{ |
| 128 | + order: 2; |
| 129 | +} |
| 130 | + |
| 131 | + |
| 132 | + |
0 commit comments