jellyfish-web/src/components/clearbutton.css

12 lines
264 B
CSS
Raw Normal View History

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