You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
749 B
55 lines
749 B
menubar,
|
|
actionbar,
|
|
toolbar,
|
|
placessidebar list {
|
|
background: @bg_color;
|
|
color: @fg_color;
|
|
}
|
|
|
|
toolbar {
|
|
padding: 1px;
|
|
}
|
|
|
|
actionbar {
|
|
padding: 0.5em;
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.inline-toolbar {
|
|
padding: 0.5em;
|
|
border-width: 0 1px 1px;
|
|
}
|
|
|
|
menu {
|
|
background: @bg_color;
|
|
padding: 0.4em 0.4em;
|
|
}
|
|
|
|
menu menuitem {
|
|
background: @bg_color;
|
|
color: @fg_color;
|
|
padding: 0.4em;
|
|
margin: 1px;
|
|
}
|
|
|
|
menuitem:hover {
|
|
background: @acc1_color;
|
|
color: @bg_color;
|
|
}
|
|
|
|
menuitem:hover > *,
|
|
combobox menuitem:hover * {
|
|
color: @bg_color;
|
|
}
|
|
|
|
actionbar button,
|
|
toolbar button {
|
|
padding: 0.2em;
|
|
}
|
|
|
|
menu separator {
|
|
background-color: @acc2_color;
|
|
margin: 0.2em;
|
|
min-width: 1px;
|
|
min-height: 1px;
|
|
}
|