This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit f818d876c678cd4166e65d6623b9364aaff5c47c Author: Andy Taylor <[email protected]> AuthorDate: Mon Dec 9 09:06:17 2024 +0000 ARTEMIS-5195 - lightened row hover color --- artemis-console-extension/artemis-extension/public/css/activemq.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artemis-console-extension/artemis-extension/public/css/activemq.css b/artemis-console-extension/artemis-extension/public/css/activemq.css index c679062..211ea38 100644 --- a/artemis-console-extension/artemis-extension/public/css/activemq.css +++ b/artemis-console-extension/artemis-extension/public/css/activemq.css @@ -115,7 +115,7 @@ svg.pf-v5-svg { /*These change the row in a table when hovered over*/ .table-hover>tbody>tr:hover { - background-color: var(--artemis-global--primary-color--200); + background-color: var(--artemis-global--primary-color--300); } .table-hover>tbody>tr:hover td { @@ -129,7 +129,7 @@ select>option:active { } tbody>tr:hover { - background-color: var(--artemis-global--primary-color--200); + background-color: var(--artemis-global--primary-color--300); } /*These button settings control the color of the buttons when clicked, hovered or visited*/ @@ -175,7 +175,7 @@ tbody>tr:hover { /*This changes the hover color in all the tables*/ .table-hover tbody tr:hover td.focus { -background-color: var(--artemis-global--primary-color--200); +background-color: var(--artemis-global--primary-color--300); } :root { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
