Skip to content

Commit aee53fc

Browse files
author
hikki
committed
8.1
1 parent a85f21d commit aee53fc

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

resources/assets/component.css

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@
1818
-moz-box-sizing: border-box!important;
1919
box-sizing: border-box!important;
2020
}
21-
.dlp label{
22-
display: inline-block!important;
23-
margin: 0 3px!important;
21+
.dlp-form-label{
22+
margin: 0;
23+
padding: 0;
24+
display: flex;
25+
justify-content: center;
26+
align-items: center;
2427
font-weight: 700!important;
28+
width: 12em;
29+
height: 30px;
30+
color: whitesmoke;
31+
background: linear-gradient(189deg,#a7a7a7 0,#525252 49%,#3a3a3a 59%,#727272 100%);
32+
box-shadow: inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #8b8b8b, 0 1px 3px rgb(16 16 16 / 66%);
33+
margin-right: 5px;
34+
border-radius: 3px;
2535
}
2636
.dlp textarea{
2737
max-height: unset!important;
@@ -415,7 +425,7 @@
415425
.dlp-form-row{
416426
display: flex;
417427
justify-content:left;
418-
align-items: center;
428+
align-items: flex-start;
419429
margin: 10px;
420430
}
421431
.dlp-form-row>input,.dlp-form-row>textarea{
@@ -496,7 +506,7 @@
496506
vertical-align: bottom;
497507
}
498508
.plane-body{
499-
background-color: #f4f4f4;
509+
background-color: #f9f9f9;
500510
padding: 0;
501511
overflow-y: auto;
502512
border-radius: 0 0 3px 3px;

0 commit comments

Comments
 (0)