diff options
author | Mario <mario@mariovavti.com> | 2023-07-18 11:00:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-18 11:00:21 +0000 |
commit | c412c01a657fbac49f611b94b4c88cf63f4fff77 (patch) | |
tree | 3f95ea6397e3f8b6309757a6f862c0e23527e970 /view/css | |
parent | ef6ea4484eb03d80c96f4d67002e567cebc8ccae (diff) | |
download | volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.tar.gz volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.tar.bz2 volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.zip |
fix admin table highlight by adding the correct classes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_admin.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index fa8f84d83..ad13c296a 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -54,23 +54,6 @@ margin-right: 1em; } -#adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;} -#adminpage table th { text-align: left;} -#adminpage td .icon { float: left;} -#adminpage table#users img { width: 16px; height: 16px; } -#adminpage table tr:hover { background-color: #bbc7d7; } -#adminpage .selectall { text-align: right; } - -.checkbox_bulkedit { - width: 1.2em; - height: 1.2em; -} - -.channels_ckbx, .pending_ckbx, .users_ckbx { - margin-top: 0px !important; - margin-left: 0px !important; -} - tr.zebra9 { background-color: #eafaf1; } tr.zebra0 { background-color: #fbeee6; } tr.zebra1 { background-color: #fef9e7; } |