mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 18:37:35 +01:00
Restored dialog style
This commit is contained in:
@@ -227,8 +227,8 @@ $cardViewBasePadding: 10px;
|
||||
.cardField {
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,14 +14,16 @@ div.dialog {
|
||||
div.answers {
|
||||
|
||||
div.button {
|
||||
border: 1px solid black;
|
||||
@include border-radius(4);
|
||||
// border: 1px solid black;
|
||||
margin-left: 10px;
|
||||
padding: 5px 10px;
|
||||
padding: 5px 15px;
|
||||
background-color: #ddd;
|
||||
|
||||
&.isDefault {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
background-color: blue;
|
||||
background-color: #666;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -163,17 +163,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
span.count {
|
||||
background-color: gray;
|
||||
font-size: 10pt;
|
||||
span.count {
|
||||
background-color: gray;
|
||||
font-size: 10pt;
|
||||
margin-right: 12px;
|
||||
padding: 3px 5px;
|
||||
@include border-radius(4px);
|
||||
@include border-radius(4px);
|
||||
|
||||
color: white;
|
||||
font-weight: 300;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//$selectionColor: yellow;
|
||||
|
||||
Reference in New Issue
Block a user