Project

General

Profile

« Previous | Next » 

Revision 59164

[Trunk | Library]: library-css/search-utils.scss: Css for "offcanvas-white" class updated - in radiobuttons and checkboxes "uk-*" class added.

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/search-utils.scss
148 148
  border-color: #222080 !important;
149 149
}
150 150

  
151
.offcanvas-white .uk-radio:checked, .offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
152
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;;
151
.offcanvas-white .uk-radio:checked:not(:disabled), .offcanvas-white input[type="radio"]:checked:not(:disabled) {
152
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
153 153
}
154 154

  
155
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
155
offcanvas-white .uk-radio:disabled:checked, offcanvas-white input[type="radio"]:disabled:checked {
156
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23bfbfbf%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
157
}
158

  
159
.offcanvas-white .uk-checkbox:checked:not(:disabled), .offcanvas-white input[type="checkbox"]:checked:not(:disabled) {
160
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
161
}
162

  
163
.offcanvas-white .uk-checkbox:disabled:checked, .offcanvas-white input[type="checkbox"]:disabled:checked {
164
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23bfbfbf%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
165
}
166

  
167
.offcanvas-white input[type="radio"]:checked:not(:disabled),
168
.offcanvas-white input[type="checkbox"]:checked:not(:disabled) {
156 169
  background-color: #222080 !important;;
157 170
  border-color: transparent !important;;
158 171
}
159 172

  
160
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
173
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"],
174
.offcanvas-white .uk-checkbox, .offcanvas-white input[type="checkbox"]{
161 175
  border: 1px solid #d4d4d4 !important;;
162 176
}
163 177

  
178
.offcanvas-white .uk-radio:disabled, .offcanvas-white .uk-checkbox:disabled {
179
  background-color: #f9f9f9 !important;
180
  border-color: #ededed !important;
181
}
182

  
164 183
.offcanvas-white .uk-button-default:not(:disabled) {
165 184
  background-color: #fff !important;
166 185
  color: #222080 !important;

Also available in: Unified diff