Skip to content

Commit 10390eb

Browse files
Toolbar-down: fix search buttons when disabled
Before this commit, the disabled button in the toolbar-down where being set with a background color from the following declaration: "jsdialog:not(.sidebar) *[disabled]" in the same btns.css file. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I86f433bf2f9219fd8e799ab290f128dd1b4fb1ad
1 parent 947849c commit 10390eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

browser/css/btns.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
border: 1px solid var(--color-border-lighter);
1010
}
1111

12+
#toolbar-down .unotoolbutton[disabled],
13+
#toolbar-down .unotoolbutton[disabled] *[disabled]{
14+
opacity: 0.5;
15+
background-color: transparent;
16+
}
17+
1218
/* toolbuttons */
1319
.unotoolbutton .unobutton.selected + .ui-content.unolabel {
1420
color: var(--color-text-dark);

0 commit comments

Comments
 (0)