Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating button hover state
  • Loading branch information
bcd04001 committed Dec 20, 2017
1 parent e8948c5 commit b9ff3bc
Show file tree
Hide file tree
Showing 21 changed files with 1,081 additions and 6,335 deletions.
393 changes: 57 additions & 336 deletions css/sherman-black.css

Large diffs are not rendered by default.

393 changes: 57 additions & 336 deletions css/sherman-blue.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-brightyellow.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-green.css

Large diffs are not rendered by default.

393 changes: 57 additions & 336 deletions css/sherman-grey.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-hotpink.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-huntergreen.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-lavender.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-orange.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-pink.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-purple.css

Large diffs are not rendered by default.

393 changes: 57 additions & 336 deletions css/sherman-red.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-redorange.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-skyblue.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-teal.css

Large diffs are not rendered by default.

481 changes: 66 additions & 415 deletions css/sherman-yellow.css

Large diffs are not rendered by default.

59 changes: 55 additions & 4 deletions sass/_sherman-common.scss
Expand Up @@ -367,7 +367,7 @@ body{
vertical-align: inherit;

i {
color:#333 !important;
color:#333 !important;
}
}

Expand Down Expand Up @@ -706,7 +706,7 @@ table .external .glyphicon-new-window {
}
#footers {
* {
background-color:#333!important;
background-color:#333!important;
color:white!important;
}
a {
Expand Down Expand Up @@ -789,7 +789,7 @@ Breadcrumbs
margin-top:13px;
}

#page-page-builder-cards .breadcrumb {
#page-page-builder-cards .breadcrumb {
margin-bottom:20px;
}

Expand All @@ -806,12 +806,63 @@ Header Widget Area
.menu {
li {
a {
color:$sh-current-menu-ancestor-dropdown-toggle
color:$sh-current-menu-ancestor-dropdown-toggle
}
}
}
}
}
}
}
}

/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/

#page {
#content {
.widget {
.btn {
&.btn-primary:hover {
color:white !important;
}
&.btn-success:hover {
color:white !important;
}
&.btn-info:hover {
color:white !important;
}
&.btn-warning:hover {
color:white !important;
}
&.btn-danger:hover {
color:white !important;
}
}
}
}

#footers {
.widget {
.btn {
&.btn-primary:hover {
color:white !important;
}
&.btn-success:hover {
color:white !important;
}
&.btn-info:hover {
color:white !important;
}
&.btn-warning:hover {
color:white !important;
}
&.btn-danger:hover {
color:white !important;
}
}
}

}
}
2 changes: 1 addition & 1 deletion sass/_sherman-variables-black.scss
Expand Up @@ -122,7 +122,7 @@ $sh-secondary-text-color: #fff;
$sh-table-border: rgba(255, 255, 255, 0.2);

$sh-mega-footer-widget-heading: #ffffff !important;
$sh-mega-footer-border-color: #414141;
$sh-mega-footer-border-color: #414141;

$sh-header1-color: #343434;
$sh-mega-icon-cal-border: none;
Expand Down
6 changes: 3 additions & 3 deletions sass/_sherman-variables-blue.scss
Expand Up @@ -14,18 +14,18 @@
$header-border: #273a60;

$title_parent: #7c878e;
$title_parentHover: darken($title_parent, 15%);
$title_parentHover: darken($title_parent, 15%);

$title_txt: #fff;
$title_txtHover: darken($title_txt, 15%);

$headings-color: #0b1860;

$navbar-default-link-color: rgba(255,255,255, .6);
$navbar-default-link-color: rgba(255,255,255, .6);
$navbar-default-link-hover-color: rgba(255,255,255, 1);
$navbar-default-link-hover-bg: transparent;
$navbar-default-link-active-color: #fff;
$navbar-default-link-active-bg: transparent;
$navbar-default-link-active-bg: transparent;

$dropdown-bg: #e9e9e9;
$dropdown-link-color: rgba(0,0,0, .6);
Expand Down
3 changes: 1 addition & 2 deletions sass/_sherman-variables-common.scss
Expand Up @@ -139,7 +139,7 @@ $sh-search-submit-color: rgba(255,255,255,0.5) !default;
font-weight: 400;
color:#fff;
&:hover{
color:#fff;
color:#fff !important;
}
&.btn-default{
color:#6b6b6b !important;
Expand All @@ -158,7 +158,6 @@ $sh-search-submit-color: rgba(255,255,255,0.5) !default;
&.btn-default{
color:#6b6b6b !important;
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion sass/sherman-blue.scss
Expand Up @@ -7,4 +7,4 @@
// loads bootstrap, and cornerstone.
@import "../../cornerstone/style.scss";
// Now... load styles that are particular to sherman. The gradient header, for instance.
@import "_sherman-common.scss";
@import "_sherman-common.scss";

0 comments on commit b9ff3bc

Please sign in to comment.