mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-10 12:10:04 +01:00
Restored dialog style
This commit is contained in:
parent
2d4bb33be4
commit
7de0433236
@ -2120,13 +2120,16 @@ div.dialog {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 20px; }
|
padding-bottom: 20px; }
|
||||||
div.dialog div.answers div.button {
|
div.dialog div.answers div.button {
|
||||||
border: 1px solid black;
|
-webkit-border-radius: 4;
|
||||||
|
-moz-border-radius: 4;
|
||||||
|
border-radius: 4;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding: 5px 10px; }
|
padding: 5px 15px;
|
||||||
|
background-color: #ddd; }
|
||||||
div.dialog div.answers div.button.isDefault {
|
div.dialog div.answers div.button.isDefault {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: blue; }
|
background-color: #666; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "clipperz-font";
|
font-family: "clipperz-font";
|
||||||
|
File diff suppressed because one or more lines are too long
@ -228,7 +228,7 @@ $cardViewBasePadding: 10px;
|
|||||||
&:hover {
|
&:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,14 +14,16 @@ div.dialog {
|
|||||||
div.answers {
|
div.answers {
|
||||||
|
|
||||||
div.button {
|
div.button {
|
||||||
border: 1px solid black;
|
@include border-radius(4);
|
||||||
|
// border: 1px solid black;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding: 5px 10px;
|
padding: 5px 15px;
|
||||||
|
background-color: #ddd;
|
||||||
|
|
||||||
&.isDefault {
|
&.isDefault {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: blue;
|
background-color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.count {
|
span.count {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
@ -173,7 +173,7 @@
|
|||||||
color: white;
|
color: white;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//$selectionColor: yellow;
|
//$selectionColor: yellow;
|
||||||
|
Loading…
Reference in New Issue
Block a user