Skip to content

Commit 855a254

Browse files
committed
refactor: make hyperlink styles consistent to other elements
1 parent d5cf4fd commit 855a254

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,26 +1801,27 @@ function RemoteFunctions(config = {}) {
18011801
:host { all: initial !important; }
18021802
.hyperlink-input-box {
18031803
position: absolute;
1804-
background: white;
1805-
border: 1px solid #4285F4;
1806-
border-radius: 3px;
1807-
padding: 6px 8px;
1808-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
1804+
background-color: #2c2c2c !important;
1805+
border: 1px solid #4a4a4a !important;
1806+
border-radius: 6px !important;
1807+
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
18091808
z-index: 2147483647;
18101809
min-width: 200px;
18111810
max-width: 400px;
18121811
box-sizing: border-box;
1812+
padding: 7px 14px !important;
18131813
}
18141814
input {
18151815
width: 100%;
18161816
border: none;
18171817
outline: none;
1818-
font: 12px Monaco, Consolas, monospace;
1819-
color: #333;
1818+
font-size: 14px !important;
1819+
font-family: Arial, sans-serif !important;
1820+
color: #cdcdcd !important;
18201821
background: transparent;
18211822
}
18221823
input::placeholder {
1823-
color: #999;
1824+
color: #6a6a6a !important;
18241825
}
18251826
</style>
18261827
<div class="hyperlink-input-box">

0 commit comments

Comments
 (0)