vendor/assets/stylesheets/header.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/header.css.scss in flashgrid-1.0.21
- old
+ new
@@ -21,11 +21,11 @@
.header-search {
float: left;
margin: 22px 0 0 30px;
}
.header-search input {
- background-color: transparent;
+ background: transparent;
border-color: rgba(255,255,255,0.25);
color: rgba(255,255,255,1);
font-weight: 200;
margin: 0;
width: 280px;
@@ -84,10 +84,10 @@
text-decoration: none;
}
.header-user a:hover { color: rgba(255,255,255,1); }
.header-user img,
.header-user-placeholder {
- background-color: rgba(174,182,192,1);
+ background: rgba(174,182,192,1);
color: rgba(255,255,255,1);
border-radius: 500px;
display: inline-block;
height: 40px;
text-align: center;
\ No newline at end of file