diff --git a/cms/static/sass/_reset.scss b/cms/static/sass/_reset.scss index d39b5a15e1..74e576b682 100644 --- a/cms/static/sass/_reset.scss +++ b/cms/static/sass/_reset.scss @@ -148,13 +148,20 @@ removing jquery ui ui-lightness styling @include linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)); //background-color: $lightBluishGrey; @include box-shadow(0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset); - + li:first-child { margin-left: 20px; } li { + opacity: .8; + &:ui-state-active { - background-color: rgba(255, 255, 255, .3) + background-color: rgba(255, 255, 255, .3); + opacity: 1; + } + a:focus { + outline: none; + border: 0px; } } /* diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 4e63e36f91..eb0431f41e 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -199,12 +199,13 @@ text-align:center; width: auto; @include linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)); - background-color: tint($lightBluishGrey, 20%); + background-color: tint($lightBluishGrey, 10%); @include box-shadow(0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset); opacity:.8; &:hover { opacity:1; + background-color: tint($lightBluishGrey, 20%); } &.ui-state-active {