]> git.proxmox.com Git - pve-manager.git/commit
ui: make tree settings button like regular buttons
authorStefan Sterz <s.sterz@proxmox.com>
Fri, 10 Mar 2023 13:08:37 +0000 (14:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Mar 2023 16:53:13 +0000 (17:53 +0100)
commitf73baabb782b0184573dad2c4ffe6169cccfa307
treeb1bfe40ec94d25dc132392c8c20408c00f64c48e
parentc2cdef890234fb8f3860f5b620833e49f33159cb
ui: make tree settings button like regular buttons

the "proxmox-inline-button" class is redundant in the crisp theme as
it only sets the buttons text to black. we mainly use that class for
"help" buttons. this is useful in the dark theme, because we want help
buttons to stand out a bit so (possibly confused) users are drawn to
them more easily. removing the class here doesn't change anything for
"crisp", but makes the dark theme appear more consistent. also fixes
up an unnecessary space.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
www/manager6/Workspace.js