From 4d9bdab00501e01cc82a74ecfc4e7895421a5c2c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 6 May 2013 20:56:45 +0300 Subject: [PATCH] Style pagination --- app/assets/stylesheets/gitlab_bootstrap/common.scss | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index dd072b9..4c78cd1 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; +} -- libgit2 0.21.2