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 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
-moz-window-dragging: drag;
|
||||
menu {
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
height: var(--tab-min-height);
|
||||
appearance: none;
|
||||
flex: 1;
|
||||
color: CaptionText;
|
||||
}
|
||||
|
||||
#toolbar-menubar:-moz-window-inactive {
|
||||
color: InactiveCaptionText;
|
||||
}
|
||||
|
||||
#menubar-items {
|
||||
|
@ -60,9 +65,6 @@
|
|||
* window state. Otherwise, elements in the navigator-toolbox, like the menubar,
|
||||
* can swallow those events. */
|
||||
.titlebar-buttonbox {
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
height: var(--tab-min-height);
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue