mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 02:17:36 +01:00
Improved text area autoresize behaviour
This commit is contained in:
@@ -225,6 +225,12 @@ $cardViewBasePadding: 10px;
|
||||
}
|
||||
|
||||
.cardField {
|
||||
border-top: 1px solid #eee;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 1px solid #eee;
|
||||
};
|
||||
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
@@ -305,17 +311,19 @@ $cardViewBasePadding: 10px;
|
||||
}
|
||||
|
||||
.cardNotes {
|
||||
padding: $cardViewBasePadding;
|
||||
width: 100%;
|
||||
border: 0px;
|
||||
|
||||
font-size: 10pt;
|
||||
font-style: italic;
|
||||
// font-style: italic;
|
||||
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
||||
// background-color: gold;
|
||||
div {
|
||||
padding: $cardViewBasePadding;
|
||||
}
|
||||
}
|
||||
|
||||
.dropArea {
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
font-size: 10pt;
|
||||
font-weight: 100;
|
||||
padding-bottom: 5px;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
a.button {
|
||||
|
||||
Reference in New Issue
Block a user