diff options
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/common.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index dd072b978d4..4c78cd1eeac 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -80,3 +80,9 @@ fieldset legend { font-size: 17px; } display: none; } } + +.pagination ul > li > a, .pagination ul > li >span { + @include linear-gradient(#f1f1f1, #e1e1e1); + color: #333; + text-shadow: 0 1px 1px #FFF; +} |