app/assets/stylesheets/copyray.css in copy_tuner_client-0.3.2 vs app/assets/stylesheets/copyray.css in copy_tuner_client-0.3.3
- old
+ new
@@ -169,17 +169,19 @@
color: #fff;
text-decoration: none;
background-color: #555;
}
-.copy-tuner-bar__search {
+input[type="text"].copy-tuner-bar__search {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 2px;
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2);
padding: 2px 8px;
+ margin: 0;
+ line-height: 20px;
vertical-align: middle;
color: black;
}