File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ h3.nowrap {
812
812
.navitems .article .white2 {
813
813
text-align : center;
814
814
}
815
+ /* ---- pagination --- */
815
816
.pagination .page-numbers {
816
817
display : inline-block;
817
818
margin : 0 ;
@@ -851,6 +852,22 @@ h3.nowrap {
851
852
.pager li > span {
852
853
border-radius : 5px ;
853
854
}
855
+ /* ---- nav-pills --- */
856
+ .nav-pills > li {
857
+ display : inline;
858
+ }
859
+ .nav-pills > li > a ,
860
+ .nav-pills > li > span {
861
+ color : # 1c567f ;
862
+ }
863
+ .nav-pills > li .active > a ,
864
+ .nav-pills > li .active > span {
865
+ background-color : # 1c567f ;
866
+ }
867
+ .nav-pills > li .active > a : hover ,
868
+ .nav-pills > li .active > span : hover {
869
+ background-color : # 2572a9 ;
870
+ }
854
871
.restricted-height-sidebar {
855
872
line-height : 53px ;
856
873
max-height : 53px ;
Original file line number Diff line number Diff line change @@ -949,6 +949,7 @@ h3.nowrap {
949
949
}
950
950
951
951
952
+ /* ---- pagination --- */
952
953
953
954
.pagination {
954
955
.page-numbers {
@@ -990,6 +991,27 @@ h3.nowrap {
990
991
border-radius : 5px ;
991
992
}
992
993
994
+
995
+ /* ---- nav-pills --- */
996
+
997
+ .nav-pills {
998
+ & > li {
999
+ display : inline ;
1000
+ & > a , & > span {
1001
+ color : @primary-color ;
1002
+ }
1003
+ & .active {
1004
+ & > a , & > span {
1005
+ background-color : @primary-color ;
1006
+ & :hover {
1007
+ background-color : lighten (@primary-color ,10% );
1008
+ }
1009
+ }
1010
+ }
1011
+ }
1012
+ }
1013
+
1014
+
993
1015
.restricted-height-sidebar {
994
1016
line-height : 53px ;
995
1017
max-height : 53px ;
You can’t perform that action at this time.
0 commit comments