Skip to content

Commit 9f3fa0e

Browse files
committed
Keep text input border for browsers with no arrows
1 parent 9c7cbd8 commit 9f3fa0e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.1.1

greasemonkey/sa-better-page-picker/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ <h2><a href="#description">Usage and description</a></h2>
1212
<h3>Versions</h3>
1313

1414
<ul>
15+
<li>
16+
0.1 - 2025-10-30
17+
<ul>
18+
<li>Add text input border back</li>
19+
</ul>
20+
</li>
1521
<li>
1622
0.1 - 2025-10-23
1723
<ul>

greasemonkey/sa-better-page-picker/sa-better-page-picker.user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
line-height: 30px;
4747
border-radius: 0;
4848
border: 1px solid #666;
49-
border-left: none;
5049
vertical-align: bottom;
5150
box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px #bbb, 2px 2px 2px rgba(26,26,26,.39);
5251
}

0 commit comments

Comments
 (0)