Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/assets/stylesheets/activo-rails/uniform.default.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ div.selector span {
div.selector select {
position: absolute;
opacity: 0;
filter: alpha(opacity:0);
filter: Alpha(Opacity=0);
height: 25px;
border: none;
background: none;
Expand All @@ -545,7 +545,7 @@ div.checker span {

div.checker input {
opacity: 0;
filter: alpha(opacity:0);
filter: Alpha(Opacity=0);
display: inline-block;
background: none;
}
Expand All @@ -564,7 +564,7 @@ div.radio span {

div.radio input {
opacity: 0;
filter: alpha(opacity:0);
filter: Alpha(Opacity=0);
text-align: center;
display: inline-block;
background: none;
Expand Down Expand Up @@ -598,7 +598,7 @@ div.uploader span.filename {

div.uploader input {
opacity: 0;
filter: alpha(opacity:0);
filter: Alpha(Opacity=0);
position: absolute;
top: 0;
right: 0;
Expand Down