vendor/assets/javascripts/webshims/shims/styles/shim.css in webshims-rails-1.15.3 vs vendor/assets/javascripts/webshims/shims/styles/shim.css in webshims-rails-1.15.4
- old
+ new
@@ -286,11 +286,11 @@
-webkit-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.ws-po-box {
- border: 0.07692em solid #cccccc;
+ border: 0.07692em solid #ccc;
background: #fff;
color: #000;
padding: 0.38462em 0.38462em 0.23077em;
}
@@ -301,11 +301,11 @@
display: block;
width: 0;
height: 0;
border-left: 0.61538em solid transparent;
border-right: 0.61538em solid transparent;
- border-bottom: 0.61538em solid #cccccc;
+ border-bottom: 0.61538em solid #ccc;
border-top: none;
zoom: 1;
}
.ws-is-rtl .ws-po-arrow {
left: auto;
@@ -321,11 +321,11 @@
}
[data-vertical="bottom"] .ws-po-arrow {
top: auto;
bottom: 0.30769em;
border-bottom: none;
- border-top: 0.61538em solid #cccccc;
+ border-top: 0.61538em solid #ccc;
}
html .ws-po-arrow {
border-left-color: transparent;
border-right-color: transparent;
}
@@ -607,11 +607,11 @@
.ws-capture-file > button,
.ws-capture-file > .ws-file-value {
position: relative;
z-index: 0;
display: inline-block;
- padding: 5px;
+ padding: 0.38462em;
border: 1px solid #ccc;
background: #eee;
color: #333;
transition: 400ms all;
}
@@ -619,10 +619,15 @@
.ws-capture-file > button {
margin-right: 0.4em;
float: left;
}
+.ws-capture-file > button {
+ padding-bottom: 0.30769em;
+ padding-top: 0.30769em;
+}
+
.ws-custom-file .ws-file-value {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@@ -668,11 +673,11 @@
}
.ws-custom-file:hover > button, .ws-custom-file.ws-mouseenter > button,
.ws-custom-file > input[type="file"]:focus ~ button {
background: #fff;
border-color: #999;
- background: #eeeeee linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
+ background: #eee linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.ws-custom-file:hover > .ws-file-value, .ws-custom-file.ws-mouseenter > .ws-file-value,
.ws-custom-file > input[type="file"]:focus ~ .ws-file-value {
border-color: #999;
}
@@ -696,12 +701,10 @@
left: auto !important;
right: auto !important;
bottom: auto;
position: static;
position: -webkit-sticky;
- position: -moz-sticky;
position: -ms-sticky;
- position: -o-sticky;
position: sticky;
float: none !important;
margin-left: 0;
margin-right: 0;
}