adjust opacity of search and gear icons in header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ef07f27628
commit
7d3b0adf0a
|
@ -385,10 +385,15 @@ nav {
|
|||
|
||||
#expandDisplayName {
|
||||
padding: 8px;
|
||||
opacity: .7;
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
/* full opacity for gear icon if active */
|
||||
#body-settings #expandDisplayName {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* show triangle below user menu if active */
|
||||
#body-settings #expand:before {
|
||||
content: ' ';
|
||||
|
|
|
@ -187,7 +187,7 @@ body {
|
|||
-webkit-transition: all 100ms;
|
||||
transition: all 100ms;
|
||||
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
|
||||
opacity: .7;
|
||||
opacity: .6;
|
||||
&:focus, &:active, &:valid {
|
||||
color: $color-primary-text;
|
||||
width: 155px;
|
||||
|
|
Loading…
Reference in New Issue