This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.css
More file actions
77 lines (63 loc) · 1.45 KB
/
default.css
File metadata and controls
77 lines (63 loc) · 1.45 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
70
71
72
73
74
75
76
77
.control-section {
overflow: auto;
}
.sample_container.badge-default {
max-width: 328px;
margin: auto;
margin-top: 130px;
}
.badge-default .e-btn {
position: relative;
}
.badge-default .e-bigger .e-btn {
padding: 3px 10px;
}
@media only screen and (max-width: 400px) {
.sample_container.badge-default .e-btn-group {
left: calc(50% - 111px);
}
.sample_container.badge-default #task {
display: none;
}
}
/* Group Button Customization */
.badge-default .e-btn-group {
width: auto;
position: relative;
left: calc(50% - 164px);
}
.e-btn-group.e-custom-button {
box-shadow: none;
}
.highcontrast .e-btn-group.e-custom-button .e-btn {
background: #000;
}
.highcontrast .e-btn-group.e-custom-button .e-btn:focus {
outline: 0px;
color: white;
}
.e-btn-group.e-custom-button .e-btn {
background: #F6F7F9;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
text-transform: initial;
}
#update.e-btn {
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
border-right: 1px dotted #aaa;
width: 100px;
}
#task.e-btn {
border-right: 1px dotted #aaa;
width: 100px;
}
#notify.e-btn {
padding-left: 24px;
padding-right: 24px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
}
.default .e-badge.e-badge-overlap {
transform: translateX(-110%);
z-index: 100;
}