Skip to content

Commit 6a55c41

Browse files
author
hikki
committed
8.1
1 parent a037770 commit 6a55c41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/assets/component.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727
font-weight: 700!important;
2828
width: 12em;
2929
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%);
30+
color: #1e1e1e;
3331
margin-right: 5px;
3432
border-radius: 3px;
33+
border: 1px solid #c9c9c9;
3534
}
3635
.dlp textarea{
3736
max-height: unset!important;
@@ -506,7 +505,7 @@
506505
vertical-align: bottom;
507506
}
508507
.plane-body{
509-
background-color: #f9f9f9;
508+
background-color: white;
510509
padding: 0;
511510
overflow-y: auto;
512511
border-radius: 0 0 3px 3px;

0 commit comments

Comments
 (0)