Sha256: 11f756eccf11c7ce5fc60528beeb44e71798dbe30e9b0403d38524886b12738a

Contents?: true

Size: 1.47 KB

Versions: 4

Compression:

Stored size: 1.47 KB

Contents

.pagination .current,
.pagination em,
.pagination a,
.previous_page,
.formtastic input.button,
.formtastic input[type=button],
.formtastic input[type=submit],
.actions a,
.user-session a,
form.formtastic input, form.formtastic textarea, form.formtastic select {
  display:inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #777;
  background: -moz-linear-gradient(top,#aaa 0%,#777);
  background: -webkit-gradient(linear, left top, left bottom,from(#aaa),to(#777));
  border-radius:          4px;
  -moz-border-radius:     4px;
  -webkit-border-radius:  4px;
  border:                 1px solid #444;
  -moz-box-shadow:    0px 1px 2px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	padding: 4px 6px;
}
.formtastic input[type=file]{
	background: white;
	color: black;
}
.user-session a{
  margin-left:12px;
}
.pagination .current,
.actions a.active{
	background: #2494fa; 
  border: 1px solid #0474c2;	
}
.pagination em:hover,
.pagination a:hover,
.previous_page:hover,
.actions a:hover,
.user-session a:hover{
  background:#333;
  text-decoration:none;
  cursor:pointer;
}
.formtastic input[type=button]:hover,
.formtastic input[type=submit]:hover{
  background:#333;
  text-decoration:none;
  cursor:pointer;
}

.pagination em{
  font-weight: bold;
  color: white;
  font-style: normal;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cable-0.9.6 public/stylesheets/cable/buttons.css
cable-0.9.5 public/stylesheets/cable/buttons.css
cable-0.9.4 public/stylesheets/cable/buttons.css
cable-0.9.3 public/stylesheets/cable/buttons.css