summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-15 09:56:14 +0800
committerDejavu Moe <[email protected]>2023-05-15 09:56:14 +0800
commit1aeb1c605a8db6ce8dc8f89f7ad1b7f84156a78d (patch)
tree72f69b23ebde75f0815a7574d953a01347e10123
parent4a5f75f59fdb84de1e39e5bd449a1893d8577c32 (diff)
downloadself-hosted-master.tar.gz
self-hosted-master.zip
update cgit/cgit.cssHEADmaster
-rw-r--r--cgit/cgit.css26
1 files changed, 10 insertions, 16 deletions
diff --git a/cgit/cgit.css b/cgit/cgit.css
index 82e9c3f..1d98c06 100644
--- a/cgit/cgit.css
+++ b/cgit/cgit.css
@@ -69,18 +69,10 @@ div#cgit table#header td.form {
white-space: nowrap;
}
-/* All form elements styles */
-input,
-select,
-button {
- background-color: var(--body-bg);
- border: 1px solid var(--border-color);
-}
-
div#cgit table#header td.form form,
div#cgit table#header td.form input,
div#cgit table#header td.form select {
- font-size: 100%;
+ font-size: 90%;
}
div#cgit table#header td.sub {
@@ -126,13 +118,13 @@ div#cgit table.tabs td.form {
div#cgit table.tabs td.form form {
padding-bottom: 2px;
- font-size: 100%;
+ font-size: 90%;
white-space: nowrap;
}
div#cgit table.tabs td.form input,
div#cgit table.tabs td.form select {
- font-size: 100%;
+ font-size: 90%;
}
div#cgit div.path {
@@ -456,15 +448,17 @@ div#cgit div.cgit-panel td.ctrl {
}
div#cgit table.commit-info th {
- text-align: left;
- font-weight: normal;
- padding: 0.1em 1em 0.1em 0.1em;
- vertical-align: top;
+ vertical-align: center;
+ text-align: center;
+ font-weight: 600;
+ padding: 0.2em 1em 0.2em 1em;
+ border: 1px solid var(--border-color);
}
div#cgit table.commit-info td {
font-weight: normal;
- padding: 0.1em 1em 0.1em 0.1em;
+ border: 1px solid var(--border-color);
+ padding: 0.2em 1em 0.2em 1em;
}
div#cgit div.commit-subject {