2 /* Following, make the combo's class = "is-following"
3 so only the "Following" text is shown */
4 /* Not following, make the combo's class = "not-following"
5 so only the "Follow" text is shown */ }
7 .user-actions.is-following:hover > button#btnFollow {
9 background-color: #d9534f;
10 border-color: #d43f3a;
12 .user-actions.is-following {
14 /* when hover, only the "Unfollow" text is shown */ }
15 .user-actions.is-following .is-following {
17 .user-actions.is-following .to-follow {
19 .user-actions.is-following .to-unfollow {
21 .user-actions.is-following:hover {
22 /* the button color changes to red */ }
23 .user-actions.is-following:hover .is-following {
25 .user-actions.is-following:hover .to-follow {
27 .user-actions.is-following:hover .to-unfollow {
29 .user-actions.not-following {
30 /* when hover, nothing changes */ }
31 .user-actions.not-following .is-following {
33 .user-actions.not-following .to-follow {
35 .user-actions.not-following .to-unfollow {
38 .has-error .help-block, .has-error .control-label, .has-error .error, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
42 background: whitesmoke
;
44 p
.bg-primary
, p
.bg-success
, p
.bg-info
, p
.bg-danger
{
50 scrollbar-arrow-color:#4D4D4D;
51 scrollbar-base-color:#f5f5f5;
71 word-wrap: break-word
;
81 background-color:lightblue
;
91 min-width:35px !important
;
95 box-shadow:none
!important
;
99 background-color:lightgreen
;
112 display:inline-block
;
239 .change:hover
, .back:hover
241 text-decoration:none
;
246 text-decoration:none
;
264 background-color:whitesmoke
;
268 background-color:whitesmoke
;
273 .back:active, .nondec:active, .change:active{
274 text-decoration:none
;
277 .back:active, .nondec:active, .change:visited{
278 text-decoration:none
;
291 border: 1px solid rgb
(204, 204, 204);
304 word-wrap: break-word
;
308 white-space: pre
; /* CSS 2.0 */
309 white-space: pre-wrap
; /* CSS 2.1 */
310 white-space: pre-line
; /* CSS 3.0 */
311 white-space: -pre-wrap
; /* Opera 4-6 */
312 white-space: -o-pre-wrap
; /* Opera 7 */
313 white-space: -moz-pre-wrap
; /* Mozilla */
314 word-wrap: break-word
; /* IE 5+ */
320 white-space: word-wrap
;
321 text-overflow: ellipsis
;
333 ::-webkit-scrollbar
{
337 ::-webkit-scrollbar-track
{
338 -webkit-box-shadow: inset
0 0 6px rgba
(0,0,0,0.3);
342 ::-webkit-scrollbar-thumb
{
344 -webkit-box-shadow: inset
0 0 6px rgba
(0,0,0,0.5);
359 padding-right:0px !important
;
360 padding-left:0px !important
;
367 padding-left:3px !important
;
368 padding-right:3px !important
;
371 margin-right:30px !important
;
374 min-width:200px !important
;
375 padding:5px !important
;
376 position:absolute
!important
;
379 padding-right:10px !important
;
380 padding-left:10px !important
;