diff options
author | Mario <mario@mariovavti.com> | 2023-07-18 11:00:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-08-27 19:43:09 +0200 |
commit | 1ddbc8a26d7ac36b6fe04194c8122b76d7948e8d (patch) | |
tree | 96b6708e96f792b8086ce4b55dd013850e9cf298 /view/css | |
parent | 7dad60bbd521491aab907ac513aa734ea5e33e97 (diff) | |
download | volse-hubzilla-1ddbc8a26d7ac36b6fe04194c8122b76d7948e8d.tar.gz volse-hubzilla-1ddbc8a26d7ac36b6fe04194c8122b76d7948e8d.tar.bz2 volse-hubzilla-1ddbc8a26d7ac36b6fe04194c8122b76d7948e8d.zip |
fix admin table highlight by adding the correct classes
(cherry picked from commit c412c01a657fbac49f611b94b4c88cf63f4fff77)
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; } |