Skip to content

Commit

Permalink
minor aesthetic adjustments: removed document button bg gradient, use fa
Browse files Browse the repository at this point in the history
icon for breadcrumb
  • Loading branch information
jakosch committed Feb 17, 2019
1 parent c6f11f7 commit c4f2d8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@
//** Text color of current page in the breadcrumb
@breadcrumb-active-color: @brand-primary;
//** Textual separator for between breadcrumb elements
@breadcrumb-separator: ">";
@breadcrumb-separator: "\f054";


//== Carousel
Expand Down
12 changes: 8 additions & 4 deletions resources/less/weber.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ ol.breadcrumb li
margin: 0px;
}

ol.breadcrumb > li + li:before {
font-family: "FontAwesome";
font-size:smaller;
}

.backLinkInBreadcrumb {
color: @brand-primary;
Expand Down Expand Up @@ -733,9 +737,9 @@ padding: 20px 25px;
.inner-shadow-light, .gradient-light.open , .gradient-light.active a, .gradient-light.active
{

-moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.5)!important;
-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.5)!important;
box-shadow: inset 0 0 12px rgba(0,0,0,0.5)!important;
-moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.2)!important;
-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.2)!important;
box-shadow: inset 0 0 12px rgba(0,0,0,0.2)!important;
border: 1px solid @gray-light!important;
background-image: none;
background-color: @gray-lighter!important;;
Expand All @@ -753,7 +757,7 @@ padding: 20px 25px;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
/* background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); */
background-repeat: repeat-x;
border: 1px solid @gray-light!important;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
Expand Down

0 comments on commit c4f2d8d

Please sign in to comment.