aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-29 16:45:25 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-29 16:45:25 -0500
commit52f5d138bde6333fda3bb66e4452b993cc49ddd1 (patch)
treed6dca815868e46474339f845ec1af1dabcb45819
parent02411755c65f3c327b0daa65dab5b855557af775 (diff)
downloadgitea-templates-52f5d138bde6333fda3bb66e4452b993cc49ddd1.tar.gz
gitea-templates-52f5d138bde6333fda3bb66e4452b993cc49ddd1.tar.bz2
gitea-templates-52f5d138bde6333fda3bb66e4452b993cc49ddd1.zip
public/css/override: Add table rows hover underline
-rw-r--r--public/css/override.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/css/override.css b/public/css/override.css
index cdca56f..c7f94ce 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -75,6 +75,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.ui.segment.sub-menu { display: none; }
.ui.secondary.pointing.menu { border-bottom: none; }
+.ui.tabs.container { overflow-x: auto; overflow-y: hidden; }
.button, .ui.basic.button, .ui.basic.buttons .button, .ui .sha.label,
.ui.basic.blue.button, .ui.basic.blue.buttons {
@@ -87,7 +88,12 @@ a, .ui.breadcrumb a { color: #0366d6; }
.user.profile .ui.stackable.grid .eleven { width: 100% !important; }
.user.profile .ui.stackable.grid .five { display: none; }
#repo-clone-https, #clone-panel #clipboard-btn { border-right-width: 0 !important; }
-.ui.tabs.container { overflow-x: auto; overflow-y: hidden; }
+
+.repository.file.list #repo-files-table tr:hover, .ui.basic.table tbody tr:hover,
+.repository #commits-table.ui.basic.striped.table tbody tr:hover:nth-child(2n) { background-color: #ffffe3 !important; }
+#repo-files-table .message a:hover, #repo-files-table .name a:hover,
+.repository #commits-table td.author a:hover { text-decoration: underline; color: #0366d6; }
+
/*
* Explore Page