mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
search field made flat
This commit is contained in:
parent
2cc0030e17
commit
95b7e8daf2
1 changed files with 12 additions and 1 deletions
|
@ -62,6 +62,17 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.style-1 input[type="text"] {
|
||||||
|
padding: 2px;
|
||||||
|
border: solid 1px #dcdcdc;
|
||||||
|
transition: box-shadow 0.3s, border 0.3s;
|
||||||
|
}
|
||||||
|
.style-1 input[type="text"]:focus,
|
||||||
|
.style-1 input[type="text"].focus {
|
||||||
|
border: solid 1px #707070;
|
||||||
|
box-shadow: 0 0 5px 1px #969696;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -74,7 +85,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<form action="/search" method="get" style="width:100%; margin-top:10px">
|
<form action="/search" method="get" style="width:100%; margin-top:10px" class="style-1">
|
||||||
<input type="text" name="value" size="100">
|
<input type="text" name="value" size="100">
|
||||||
<input type="submit" value="Search">
|
<input type="submit" value="Search">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue