diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 0379ed214..4b052749e 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -56,6 +56,13 @@ span.header-version { font-size: small; } +div.input-prepend span.count { + background-color: white; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + /* ======================================================================== */ /* General Styles */ /* ======================================================================== */