Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuyl <lyl890808@gmail.com>2013-07-05 16:18:57 +0400
committerliuyl <lyl890808@gmail.com>2013-07-05 16:18:57 +0400
commit969529c80eaa4946964c1e393b4cad420d13f4b2 (patch)
tree982202e5e33ea8bf79b2b2fabb3b759db171e20e /less/pagination.less
parent3bd42511f41d6ea0ee1aa51535267ab19d3bbd20 (diff)
refactor pagination
Diffstat (limited to 'less/pagination.less')
-rw-r--r--less/pagination.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/pagination.less b/less/pagination.less
index 8050ab90b1..48201b2ef2 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -34,10 +34,10 @@
}
> .disabled {
- span,
- a,
- a:hover,
- a:focus {
+ > span,
+ > a,
+ > a:hover,
+ > a:focus {
color: @gray-light;
background-color: @pagination-bg;
cursor: default;