aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 1db8ee69..43931e94 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1086,6 +1086,7 @@ The register and sign-in page style
border-right: none;
width: 190px;
border-left: none;
+ cursor: default;
}
#repo-clone-help {
clear: both;
@@ -1218,6 +1219,9 @@ The register and sign-in page style
#repo-files-table {
margin-bottom: 20px;
}
+#repo-files-table .sha .label {
+ font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+}
#repo-files-table th,
#repo-files-table td {
text-align: left;