Skip to content

Commit a9f4452

Browse files
committed
FIX: CSS Code Syntax
1 parent ca4e827 commit a9f4452

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

Diff for: Assets/css/automatic-action-ux.css

+7-19
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
--pp-orange: #FF6500;
1616
--pp-orangered: #FF4500;
1717
--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%);
1919
--button-blue-border-gradient-match: #476E9E;
2020
--link-hover-red: #AE003D;
2121
--link-hover-white: #EEEEEE;
2222
--pp-blue-box: rgba(0, 122, 201, .6);
23-
--box-shadow-aa: 1px 1px 1px 0px #000000;
23+
--box-shadow-aa: 1px 1px 1px 0 #000000;
2424
--border-radius-aa: 3px;
2525
--transition-aa: ease-in-out all .3s;
2626
}
@@ -117,25 +117,16 @@ h2 > svg.aa-icon {
117117
#ActionTable {
118118
border-collapse: unset;
119119
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);
124121
}
125122

126123
table#ActionTable > tbody > tr > th.cell-bg {
127124
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;
132126
}
133127

134128
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;
139130
}
140131

141132
.cell-bg-title {
@@ -192,6 +183,7 @@ table#ActionTable > tbody > tr > td {
192183
font-size: small;
193184
text-transform: uppercase;
194185
}
186+
195187
.action-action {
196188
vertical-align: middle;
197189
text-align: center;
@@ -259,7 +251,6 @@ table#ActionTable > tbody > tr > td {
259251
vertical-align: sub;
260252
}
261253

262-
/* ******************* */
263254
/* FIX FOR KANBOARDCSS */
264255
ul#BoardViews li:first-of-type {
265256
border-top-left-radius: var(--border-radius-aa) !important;
@@ -276,11 +267,8 @@ ul#BoardViews li:last-of-type {
276267
}
277268

278269
/* END OF FIX */
279-
/* ******************* */
280270

281-
.display-none {
282-
display: none !important;
283-
}
271+
.display-none { display: none; }
284272

285273
.bl-0 {
286274
border-left: 0 !important;

0 commit comments

Comments
 (0)