15
15
--pp-orange : # FF6500 ;
16
16
--pp-orangered : # FF4500 ;
17
17
--blue-icon-dark : # 034CA6 ;
18
- --button-blue-gradient : linear-gradient (to bottom, # 7892c2 80% , # 476e9e 100% );
18
+ --button-blue-gradient : linear-gradient (to bottom, # 7892C2 80% , # 476E9E 100% );
19
19
--button-blue-border-gradient-match : # 476E9E ;
20
20
--link-hover-red : # AE003D ;
21
21
--link-hover-white : # EEEEEE ;
22
22
--pp-blue-box : rgba (0 , 122 , 201 , .6 );
23
- --box-shadow-aa : 1px 1px 1px 0 px # 000000 ;
23
+ --box-shadow-aa : 1px 1px 1px 0 # 000000 ;
24
24
--border-radius-aa : 3px ;
25
25
--transition-aa : ease-in-out all .3s ;
26
26
}
@@ -117,25 +117,16 @@ h2 > svg.aa-icon {
117
117
# ActionTable {
118
118
border-collapse : unset;
119
119
border : 2px outset var (--button-blue-border-gradient-match );
120
- border-top-left-radius : var (--border-radius-aa );
121
- border-top-right-radius : var (--border-radius-aa );
122
- border-bottom-right-radius : var (--border-radius-aa );
123
- border-bottom-left-radius : var (--border-radius-aa );
120
+ border-radius : var (--border-radius-aa );
124
121
}
125
122
126
123
table # ActionTable > tbody > tr > th .cell-bg {
127
124
background-color : var (--alert-background-color-info );
128
- padding-right : 3px ;
129
- padding-left : 5px ;
130
- padding-top : 4px ;
131
- padding-bottom : 4px ;
125
+ padding : 4px 3px 4px 5px ;
132
126
}
133
127
134
128
table # ActionTable > tbody > tr > td {
135
- padding-right : 3px ;
136
- padding-left : 5px ;
137
- padding-top : 4px ;
138
- padding-bottom : 4px ;
129
+ padding : 4px 3px 4px 5px ;
139
130
}
140
131
141
132
.cell-bg-title {
@@ -192,6 +183,7 @@ table#ActionTable > tbody > tr > td {
192
183
font-size : small;
193
184
text-transform : uppercase;
194
185
}
186
+
195
187
.action-action {
196
188
vertical-align : middle;
197
189
text-align : center;
@@ -259,7 +251,6 @@ table#ActionTable > tbody > tr > td {
259
251
vertical-align : sub;
260
252
}
261
253
262
- /* ******************* */
263
254
/* FIX FOR KANBOARDCSS */
264
255
ul # BoardViews li : first-of-type {
265
256
border-top-left-radius : var (--border-radius-aa ) !important ;
@@ -276,11 +267,8 @@ ul#BoardViews li:last-of-type {
276
267
}
277
268
278
269
/* END OF FIX */
279
- /* ******************* */
280
270
281
- .display-none {
282
- display : none !important ;
283
- }
271
+ .display-none { display : none; }
284
272
285
273
.bl-0 {
286
274
border-left : 0 !important ;
0 commit comments