Sha256: c5968f28e688a7747f7b5a65ef68dfd2a672e3c207b340c7a7386d86b4ca48e9

Contents?: true

Size: 1009 Bytes

Versions: 2

Compression:

Stored size: 1009 Bytes

Contents

@import "mdDateTimePicker.min";

.mddtp-picker-date .mddtp-picker__left {
  /*background: url("../images/ic_keyboard_arrow_left_black_24px.svg"); */
  background-image: url("<%= image_path('ic_keyboard_arrow_left_black_24px.svg') %>") !important;
  left: 4px; 	
}

.mddtp-picker-date .mddtp-picker__right {
  /*background: url("../images/ic_keyboard_arrow_right_black_24px.svg");*/
  background-image: url("<%= image_path('ic_keyboard_arrow_right_black_24px.svg') %>") !important;
  right: 4px; 
}


.mddtp-picker-date .mddtp-picker__left:disabled {
  /*background-image: url("../images/ic_keyboard_arrow_left_black_disabled_24px.svg"); } */
  background-image: url("<%= image_path('ic_keyboard_arrow_left_black_disabled_24px.svg') %>") !important ;
}


.mddtp-picker-date .mddtp-picker__right:disabled {
  /*background-image: url("../images/ic_keyboard_arrow_right_black_disabled_24px.svg"); } */
  background-image: url("<%= image_path('ic_keyboard_arrow_right_black_disabled_24px.svg') %>") !important;

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
md-date-time-picker-rails-2.1.2 vendor/assets/stylesheets/mdDateTimePicker.css.erb
md-date-time-picker-rails-2.1.1 vendor/assets/stylesheets/mdDateTimePicker.css.erb