-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton.css
More file actions
69 lines (69 loc) · 1.76 KB
/
Copy pathbutton.css
File metadata and controls
69 lines (69 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.coolbutton {
-webkit-appearance: none;
-webkit-box-shadow: none;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.218s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
-webkit-user-select: none;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-color: rgb(245, 245, 245);
background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
border-bottom-color: rgba(0, 0, 0, 0.14902);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgba(0, 0, 0, 0.14902);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgba(0, 0, 0, 0.14902);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgba(0, 0, 0, 0.14902);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: none;
box-sizing: border-box;
color: rgb(68, 68, 68);
cursor: pointer;
display: inline-block;
font-family: Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 29px;
letter-spacing: normal;
line-height: 27px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 72px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
padding-top: 0px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.218s;
transition-property: all;
transition-timing-function: ease;
width: 80px;
word-spacing: 0px;
writing-mode: lr-tb;
font-family:Arial, sans-serif;
}