This commit is contained in:
xdrm-brackets 2016-07-16 13:08:44 +02:00
parent 190610a032
commit 86f734db34
3 changed files with 15 additions and 15 deletions

View File

@ -41,7 +41,7 @@
border: 1px solid #b1b1b1;
// box-shadow: 0 0 1px #b7b7b7;
background: #fff url('/src/static/sub-menu-side/search.svg?b1b1b1') .5em center no-repeat;
background: #fff url('/src/static/sub-menu-side/search@b1b1b1.svg') .5em center no-repeat;
background-size: 1em;
transition: border .4s ease-in-out;
@ -235,7 +235,7 @@
cursor: pointer;
&:hover{
background-image: url('/src/static/sub-menu-side/remove.svg?'+$form-invalid-color);
background-image: url('/src/static/sub-menu-side/remove@#{$rd-form-invalid-color}.svg');
}
@ -501,7 +501,7 @@
button.invalid.active,
button.active{
background-color: #fff;
background-image: url('/src/static/container/active.svg?'+$rd-form-invalid-color) !important;
background-image: url('/src/static/container/active@#{$rd-form-invalid-color}.svg') !important;
background-size: 1em auto;
color: transparent !important;
@ -510,15 +510,15 @@
button.valid.active,
&.valid > button.active{
background-image: url('/src/static/container/active.svg?'+$rd-form-valid-color) !important;
background-image: url('/src/static/container/active@#{$rd-form-valid-color}.svg') !important;
}
button.neutral.active,
&.neutral > button.active{
background-image: url('/src/static/container/active.svg?'+$rd-form-neutral-color) !important;
background-image: url('/src/static/container/active@#{$rd-form-neutral-color}.svg') !important;
}
button.search.active,
&.search > button.active{
background-image: url('/src/static/container/active.svg?'+$rd-form-search-color) !important;
background-image: url('/src/static/container/active@#{$rd-form-search-color}.svg') !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long