comparison static/css/theme.css @ 119:685e14392326

Bootstrap: style pagination.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Oct 2013 16:20:49 -0500
parents 68f621d26aed
children e82fd2b7be2f
comparison
equal deleted inserted replaced
118:ddf49209cfc1 119:685e14392326
92 border-color: #dcdcdc; 92 border-color: #dcdcdc;
93 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff296b9d', endColorstr='#ff6c9a97', GradientType=0); 93 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff296b9d', endColorstr='#ff6c9a97', GradientType=0);
94 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); 94 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
95 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); 95 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
96 } 96 }
97
98 .pagination > li > a,
99 .pagination > li > span {
100 background-color: #213442;
101 border: 1px solid #b96a03;
102 }
103
104 .pagination > li > a:hover,
105 .pagination > li > span:hover,
106 .pagination > li > a:focus,
107 .pagination > li > span:focus {
108 background-color: #296b9d;
109 color: white;
110 }
111
112 .pagination > .active > a,
113 .pagination > .active > span,
114 .pagination > .active > a:hover,
115 .pagination > .active > span:hover,
116 .pagination > .active > a:focus,
117 .pagination > .active > span:focus {
118 color: black;
119 background-color: #EF7C21;
120 border-color: #b96a03;
121 }
122
123 .pagination > .disabled > span,
124 .pagination > .disabled > a,
125 .pagination > .disabled > a:hover,
126 .pagination > .disabled > a:focus {
127 color: #999999;
128 background-color: #213442;
129 border-color: #b96a03;
130 }