forked from Q42/TrelloScrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
trelloscrum.css
87 lines (77 loc) · 1.57 KB
/
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
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
78
79
80
81
82
83
84
85
86
87
.list-total {
color: #006580;
font-size: 16px;
font-weight: bold;
float: right;
margin: 1px 0px 0 0;
line-height:18px;
}
.board-header-btns .list-total{ /* only targets the board totals */
line-height:30px;
color: #60c5f0;
}
.list-total .cpoints{
margin-right:3px;
opacity: 0.5;
}
.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-consumed,
.picker {
float: left;
width: 100%;
padding: 5px 0;
}
.picker-title {
padding-right: 20px;
}
.points-done-icon{
background-position: 0px 3px !important;
background-repeat: no-repeat !important;
margin-left:3px;
}
.js-points-done:hover > .points-done-icon{
background-position: -11px 3px !important;
}
.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;
}
.badge-points.consumed{
opacity: 0.5;
}
/* == b4t integration==*/
#burndownLink .icon-sm{
padding:6px;
margin-top:1px;
}
/* == end b4t integration == */