public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Web] Small CSS fixes and additions
46fadf95
data/web/css/site/admin.css | 8 +++++++-
data/web/css/site/mailbox.css | 2 --
2 files changed, 7 insertions(+), 3 deletions(-)
Diff
diff --git a/data/web/css/site/admin.css b/data/web/css/site/admin.css
index cadc4a3a..33708376 100644
--- a/data/web/css/site/admin.css
+++ b/data/web/css/site/admin.css
@@ -70,4 +70,10 @@ body.modal-open {
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
padding: 3px;
-}
\ No newline at end of file
+}
+table tbody tr {
+ cursor: pointer;
+}
+table tbody tr td input[type="checkbox"] {
+ cursor: pointer;
+}
diff --git a/data/web/css/site/mailbox.css b/data/web/css/site/mailbox.css
index 50c09344..63c26c5f 100644
--- a/data/web/css/site/mailbox.css
+++ b/data/web/css/site/mailbox.css
@@ -53,11 +53,9 @@ table.footable>tbody>tr.footable-empty>td {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
font-size:smaller;
}
-
table tbody tr {
cursor: pointer;
}
-
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}