Make active tab in tabbrowser bold.
This commit is contained in:
Родитель
2bd77fcb1f
Коммит
ad0af51b5f
|
@ -31,4 +31,8 @@ tabpanels {
|
|||
|
||||
tab[busy] > .tab-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/loading-anim.gif");
|
||||
}
|
||||
}
|
||||
|
||||
tab[selected="true"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче