UNPKG
@zauberware/react-times
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A react time-picker component, no jquery-rely
@zauberware/react-times
/
css
/
material
/
button.css
14 lines
(12 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.time_picker_button
{
padding
:
5px
10px
;
background-color
: transparent;
display
: inline-block;
color
:
#949494
;
opacity
:
0.6
;
transition
: opacity
0.2s
;
box-shadow
: none; }
.time_picker_button
:hover
{
opacity
:
1
; }