Commit 4d9bdab00501e01cc82a74ecfc4e7895421a5c2c

Authored by Dmitriy Zaporozhets
1 parent 930f4366

Style pagination

app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -80,3 +80,9 @@ fieldset legend { font-size: 17px; }
80 80 display: none;
81 81 }
82 82 }
  83 +
  84 +.pagination ul > li > a, .pagination ul > li >span {
  85 + @include linear-gradient(#f1f1f1, #e1e1e1);
  86 + color: #333;
  87 + text-shadow: 0 1px 1px #FFF;
  88 +}
... ...