1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Rework button styles on repo and commit page (#3104)

This commit is contained in:
silverwind
2017-12-07 02:26:12 +01:00
committed by Bo-Yi Wu
parent 54907dfbd1
commit 1ed7f18815
3 changed files with 9 additions and 7 deletions

View File

@@ -152,11 +152,13 @@ pre, code {
box-shadow: none;
}
/* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
.menu:not(.vertical) .item .button {
padding-bottom: .78571429em;
padding-top: .78571429em;
font-size: 1em;
/* Overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
/* This fixes the commit graph button on the commits page */
.menu:not(.vertical) .item > .button.compact {
padding: .58928571em 1.125em;
}
.menu:not(.vertical) .item > .button.small {
font-size: .92857143rem;
}
.text {