move some css files to global folder

This commit is contained in:
dkanada 2019-11-30 20:46:32 +09:00
parent e1009d3d67
commit 7abe22780b
12 changed files with 4 additions and 30 deletions

12
src/css/clearbutton.css Normal file
View file

@ -0,0 +1,12 @@
.clearButton {
background: transparent;
border: 0 !important;
padding: 0 !important;
cursor: pointer;
outline: none !important;
color: inherit;
width: 100%;
vertical-align: middle;
font-family: inherit;
font-size: inherit;
}