From 0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 11 Sep 2015 00:19:58 -0700 Subject: [ticket/14155] Row highlighting for extension/styles management PHPBB3-14155 --- phpBB/adm/style/acp_ext_list.html | 4 ++-- phpBB/adm/style/acp_styles.html | 2 +- phpBB/adm/style/admin.css | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index f61be27c9b..c179bb4f9e 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -47,7 +47,7 @@ {L_EXTENSIONS_ENABLED} - + {enabled.META_DISPLAY_NAME} @@ -72,7 +72,7 @@ {L_EXTENSIONS_DISABLED} - + {disabled.META_DISPLAY_NAME} diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 92ceaebc08..572486e877 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -99,7 +99,7 @@ - class="row-inactive"> + diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 396b21e3eb..0c00e5339e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -859,6 +859,8 @@ table.zebra-table tbody tr:nth-child(even) { .row2a { background-color: #E7EEF4; } .row2b { background-color: #E3EBF2; } +tr.row-highlight:hover td { background-color: #DBDFE2; } + .spacer { background-color: #DBDFE2; height: 1px; -- cgit v1.2.1