aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 01:59:58 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 01:59:58 -0500
commit07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b (patch)
treeaa1d6ef662ce92be3139804e522e1a69e72e3bbe /public
parentb3a5a900dd8097a4713f37b705405053a9fd27b6 (diff)
downloadgitea-templates-07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b.tar.gz
gitea-templates-07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b.tar.bz2
gitea-templates-07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b.zip
public/css/override: Underline hover on repo file table
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 54fed1d..3d3f467 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -95,6 +95,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.user.profile .ui.stackable.grid .eleven { width: 100% !important; }
.user.profile .ui.stackable.grid .five { display: none; }
+.repository.file.list #repo-files-table a:hover { text-decoration: underline; }
.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; }
.repository #commits-table td.author a:hover { text-decoration: underline; color: #0366d6; }