Skip to content

Commit 25ba8b1

Browse files
author
hikki
committed
1.7
1 parent 904223d commit 25ba8b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

resources/assets/component.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.4)!important;
5656
border-radius: 5px;
5757
}
58-
.dlp-dot .dot-search{
58+
.dot-top>.dot-search{
5959
width: 110px;
6060
border: none;
6161
color: inherit;
@@ -101,7 +101,8 @@
101101
border-radius: 2px;
102102
font: inherit;
103103
}
104-
.dlp-input:focus:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
104+
105+
.dlp-input:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
105106

106107
.dlp-table{
107108
width: 100%;

0 commit comments

Comments
 (0)