mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-04-02 21:55:29 +00:00
add left-oriented-close-tab-button-in-thunderbird.gmi
This commit is contained in:
parent
4e9a449f5f
commit
877eb394d6
3 changed files with 33 additions and 1 deletions
27
public/uk/left-oriented-close-tab-button-in-thunderbird.gmi
Normal file
27
public/uk/left-oriented-close-tab-button-in-thunderbird.gmi
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Ліво-стороння орієнтація кнопки "закрити вкладку" в Thunderbird
|
||||
|
||||
Продовження попередньої історії:
|
||||
=> left-oriented-close-tab-button-in-firefox.gmi Ліво-стороння орієнтація кнопки "закрити вкладку" в Firefox
|
||||
|
||||
Для активації `toolkit.legacyUserProfileCustomizations.stylesheets` - доступ до `about:config` в Thunderbird відбувається з меню "General", в самому низу сторінки є кнопка "Config Editor...".
|
||||
|
||||
Файл стилів створюється по аналогії, але має інше дерево класів:
|
||||
|
||||
``` ~/.thunderbird/xxx.default-esr/chrome/userChrome.css
|
||||
.tab-close-button {
|
||||
position: absolute !important;
|
||||
left: 4px !important;
|
||||
display: none !important;
|
||||
order: -1 !important;
|
||||
}
|
||||
|
||||
.tabmail-tab:hover .tab-close-button,
|
||||
.tabmail-tab[selected="true"] .tab-close-button {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.tab-icon-image {
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
```
|
||||
* після змін перезапускаємо Thunderbird.
|
||||
Loading…
Add table
Add a link
Reference in a new issue