fx115: Fix menubar text colour and window control buttons on Linux
Window control buttons are a regression in c8d49e76
This commit is contained in:
parent
9e5831a0bf
commit
6f8a109574
2 changed files with 6 additions and 3 deletions
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
#titlebar {
|
#titlebar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
-moz-window-dragging: drag;
|
-moz-window-dragging: drag;
|
||||||
menu {
|
menu {
|
||||||
|
|
|
@ -27,6 +27,11 @@
|
||||||
height: var(--tab-min-height);
|
height: var(--tab-min-height);
|
||||||
appearance: none;
|
appearance: none;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
color: CaptionText;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toolbar-menubar:-moz-window-inactive {
|
||||||
|
color: InactiveCaptionText;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubar-items {
|
#menubar-items {
|
||||||
|
@ -60,9 +65,6 @@
|
||||||
* window state. Otherwise, elements in the navigator-toolbox, like the menubar,
|
* window state. Otherwise, elements in the navigator-toolbox, like the menubar,
|
||||||
* can swallow those events. */
|
* can swallow those events. */
|
||||||
.titlebar-buttonbox {
|
.titlebar-buttonbox {
|
||||||
right: 0px;
|
|
||||||
position: absolute;
|
|
||||||
height: var(--tab-min-height);
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue