forked from Q42/TrelloScrum
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtrelloscrum.css
52 lines (46 loc) · 973 Bytes
/
trelloscrum.css
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
.list-total {
color: #006580;
font-size: 16px;
font-weight: bold;
float: right;
margin: 1px 0px 0 0;
}
.list .list-title h2 {
float: none !important;
display: inline !important;
margin-right: 0 !important;
vertical-align: -4px;
}
.manual .window-main-col p, .window-main-col h2 {
display: block !important;
}
.badge-points {
background-color: #006580 !important;
border-color: #005b72 !important;
border-bottom-color: #004b5f !important;
color: #e1fafb !important;
float: right;
font-size: 11px;
line-height: 16px;
text-align: right;
background-repeat: no-repeat !important;
background-position: 3px 3px !important;
padding: 0 4px 0 17px !important;
}
.picker {
float: right;
padding-top: 5px;
}
.point-value {
background-color: #006580 !important;
border-radius: 3px;
padding: 2px 5px !important;
margin-right: 5px;
font-size: 15px !important;
color: white;
font-weight:bold;
cursor: pointer;
}
.badge-points:empty {
display: none;
}