Sha256: 8ddd8f7aa1960aaaa22d1c884a0268afbe31fe63fc4709c1ff288e75945622b3

Contents?: true

Size: 1.6 KB

Versions: 10

Compression:

Stored size: 1.6 KB

Contents

// Links

$linkColor: #555;

// Colors

$blue: #56bed6;
$green: #6aa06a;

// Dropdowns

$dropdownBackground: #E3E4E5;

// Table

$tableBorder: #CACBCC;
$tableBackgroundAccent: #DBDBDB;
$tableBackgroundHover: #CCCCCC;

// Typography

@import 'bootstrap';
@import 'bootstrap/reset';
@import 'bootstrap/responsive';

@import 'font-awesome';

.caret {
  border-top: 4px solid $linkColor;
}

.table td {
  vertical-align: middle;
}

.table th, .table tfoot td {
  color: #777;
}

.table-bordered {
  @include border-radius(0);
}

.table-bordered thead:first-child tr:first-child > th:first-child, 
.table-bordered tbody:first-child tr:first-child > td:first-child {
  @include border-radius(0);
}

.container-fluid {
  padding: 0px;
}

.nav-pills .active {
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 0px;
}

.nav-pills .active a, .nav-pills .active a:hover {
  background: #3B3D43;
}

.form-actions {
  background: none;
  border-top: 1px solid #ccc;
  margin: 0px;
  padding-bottom: 0px;
}

.pagination ul > li > a, 
.pagination ul > li > span {
  background-color: transparent;
  border: 1px solid #CACBCC;
  border-left-width: 0;
}

.tooltip {
  text-shadow: none;
}

.nav > li > a:hover {
  background: none;
}

.nav li.dropdown .caret, 
.nav li.dropdown.active .caret, 
.nav li.dropdown a:hover .caret {
  border-top: 4px solid $linkColor;
  border-bottom: none;
}

.nav li.dropdown.open .caret, 
.nav li.dropdown.open.active .caret, 
.nav li.dropdown.open a:hover .caret {
  border-bottom: 4px solid $linkColor;
  border-top: none;
}

.dropdown-menu {
  @include border-radius(0);
}

.dropdown-menu li:hover > a {
  text-shadow: none;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
conte_rails_template-0.0.11 vendor/assets/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.9 vendor/assets/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.8 vendor/assets/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.7 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.6 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.5 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.4 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.3 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.2 vendor/stylesheets/bootstrap-overwrite.css.scss
conte_rails_template-0.0.1 vendor/stylesheets/bootstrap-overwrite.css.scss