jellyfish-web/src/bower_components/emby-webcomponents/clearbutton.css

12 lines
252 B
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.clearButton {
background: 0 0;
border: 0 !important;
padding: 0 !important;
cursor: pointer;
outline: 0 !important;
color: inherit;
width: 100%;
vertical-align: middle;
font-family: inherit;
font-size: inherit
}