Skip to content

Commit c68fd8c

Browse files
committed
target correct border
1 parent 9f3fa0e commit c68fd8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
line-height: 30px;
2222
border-radius: 0;
2323
border: 1px solid #666;
24-
border-right: none;
2524
vertical-align: bottom;
2625
box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px #bbb, 2px 2px 2px rgba(26,26,26,.39);
2726
}
@@ -46,6 +45,7 @@
4645
line-height: 30px;
4746
border-radius: 0;
4847
border: 1px solid #666;
48+
border-left: none;
4949
vertical-align: bottom;
5050
box-shadow: inset 1px 1px 1px #fff, inset -1px -1px 1px #bbb, 2px 2px 2px rgba(26,26,26,.39);
5151
}
@@ -59,7 +59,6 @@
5959
const darkStyleOverrides = `
6060
div.pages input {
6161
border: #304867 1px solid;
62-
border-right: none;
6362
box-shadow: inset 1px 1px 1px #65a1ee, inset -1px -1px 1px #65a1ee, 2px 2px 2px rgba(96,96,96,.39);
6463
}
6564

0 commit comments

Comments
 (0)