aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-09 16:51:00 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-09 16:51:00 +0200
commitdef21f27a2c4f619ca5c051da5c3a4fb19b73074 (patch)
tree68202e4985485ca28c5113f6e9fc349716cb347d /phpBB/adm/style/admin.css
parent8683824ed324269403b0344e6a75a942a842b1cd (diff)
parent0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20 (diff)
downloadforums-def21f27a2c4f619ca5c051da5c3a4fb19b73074.tar
forums-def21f27a2c4f619ca5c051da5c3a4fb19b73074.tar.gz
forums-def21f27a2c4f619ca5c051da5c3a4fb19b73074.tar.bz2
forums-def21f27a2c4f619ca5c051da5c3a4fb19b73074.tar.xz
forums-def21f27a2c4f619ca5c051da5c3a4fb19b73074.zip
Merge pull request #3893 from VSEphpbb/ticket/14155
[ticket/14155] Row highlighting for extension/styles management Conflicts: phpBB/adm/style/acp_ext_list.html
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css2
1 files changed, 2 insertions, 0 deletions
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;