abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
-rw-r--r--cgithub/cgithub/cgithub.css10
-rw-r--r--cgithub/head-include.html7
3 files changed, 18 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index d4aadbf..08ff00e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -102,7 +102,9 @@ div#cgit table.tabs td.form form {
}
div#cgit table.tabs td.form input,
-div#cgit table.tabs td.form select {
+div#cgit table.tabs td.form select
+div#cgit button,
+div#cgit input {
font-size: 90%;
}
diff --git a/cgithub/cgithub/cgithub.css b/cgithub/cgithub/cgithub.css
index e62eac2..d16b857 100644
--- a/cgithub/cgithub/cgithub.css
+++ b/cgithub/cgithub/cgithub.css
@@ -289,9 +289,12 @@ div#cgit table#header td.form form input,
div#cgit table.tabs td.form select,
div#cgit table.tabs td.form input,
div#cgit div.cgit-panel td.ctrl select,
-div#cgit div.cgit-panel td.ctrl input {
+div#cgit div.cgit-panel td.ctrl input,
+div#cgit button,
+div#cgit input {
border-radius: var(--border-radius);
background-color: transparent;
+ box-sizing: border-box;
height: var(--font-size-header);
font-size: var(--font-size-small);
vertical-align: middle;
@@ -308,13 +311,16 @@ div#cgit table#header td.form form input {
div#cgit table.tabs td.form select,
div#cgit table.tabs td.form input,
div#cgit div.cgit-panel td.ctrl select,
-div#cgit div.cgit-panel td.ctrl input {
+div#cgit div.cgit-panel td.ctrl input,
+div#cgit input,
+div#cgit button {
color: var(--text-color);
border: var(--border-color) 1px solid;
background-color: var(--darker-bg-color);
}
div#cgit table#header td.form form select:focus,
+div#cgit button:focus,
div#cgit table#header td.form form input:focus,
div#cgit table.tabs td.form select:focus,
div#cgit table.tabs td.form input:focus,
diff --git a/cgithub/head-include.html b/cgithub/head-include.html
index df6e059..aa952f5 100644
--- a/cgithub/head-include.html
+++ b/cgithub/head-include.html
@@ -11,6 +11,13 @@
.tab-folder > :last-child, .tab-folder > .tab-content:target {
display: block;
}
+.blob-hash {
+ width: 100%;
+ max-width: 1280px;
+ box-sizing: border-box;
+ margin: var(--content-v-margin) auto;
+ margin-top: 0; margin-bottom: 0;
+}
</style>