Keyboard navigation for password format. Minor focus outline crispiness.
Issue #10
This commit is contained in:
20
passmate.css
20
passmate.css
@@ -78,7 +78,7 @@ overview,product {
|
||||
|
||||
a {
|
||||
margin-bottom: 1em;
|
||||
padding: 0.2em;
|
||||
padding: 0.1em;
|
||||
max-width: 40em;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
@@ -93,7 +93,7 @@ overview,product {
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.2em;
|
||||
|
||||
padding: 0.2em;
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
@@ -118,11 +118,15 @@ overview,product {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label.recovery {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
button {
|
||||
/* ugly hack to give the focus box breathing room without moving the text */
|
||||
position: relative;
|
||||
left: -0.2em;
|
||||
padding: 0.2em;
|
||||
left: -0.1em;
|
||||
padding: 0.1em;
|
||||
|
||||
border: none;
|
||||
background: none;
|
||||
@@ -132,6 +136,14 @@ overview,product {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
button.selectable {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
button.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ol {
|
||||
box-sizing: border-box;
|
||||
max-width: 40em;
|
||||
|
||||
Reference in New Issue
Block a user