mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Interface. Buttons, Modes. Added hover on Login button; 'add-mode' and 'edit-mode' difference changed; logout button hover; text contrasts of description elements
This commit is contained in:
parent
29237c5274
commit
29caf7e3b5
1 changed files with 14 additions and 10 deletions
|
@ -136,8 +136,8 @@ label:active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
padding: 0 4px 2px 4px;
|
padding: 0px 19px 4px 17px;
|
||||||
margin: 0 14px 2px 0;
|
margin: 0px 0px 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-logout:hover {
|
.top-logout:hover {
|
||||||
|
@ -594,12 +594,11 @@ label:active {
|
||||||
|
|
||||||
.data-add {
|
.data-add {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #D3E1D1;
|
background-color: #f7f6ed;
|
||||||
border-bottom: 1px solid #e9e9e9;
|
border-bottom: 1px solid #e9e9e9;
|
||||||
}
|
}
|
||||||
|
.data.mode-add {
|
||||||
.mode-add .data-add {
|
border-top: 5px solid #F79B44;
|
||||||
background-color: #f7f6ed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-dotted {
|
.data-dotted {
|
||||||
|
@ -793,7 +792,7 @@ label:active {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #7E7D7F;
|
color: #626163; /* #7E7D7F;*/
|
||||||
padding: 2px 4px 1px 0;
|
padding: 2px 4px 1px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
@ -810,7 +809,7 @@ label:active {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #626163;
|
color: #545355; /*#626163;*/
|
||||||
padding: 2px 0 1px 2px;
|
padding: 2px 0 1px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -904,6 +903,11 @@ label:active {
|
||||||
border: 1px solid #909090;
|
border: 1px solid #909090;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vst-input:disabled:hover {
|
||||||
|
border: 1px solid #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.vst-input:focus {
|
.vst-input:focus {
|
||||||
border: 1px solid #f79b44;
|
border: 1px solid #f79b44;
|
||||||
background-color: #fffcd2;
|
background-color: #fffcd2;
|
||||||
|
@ -994,8 +998,8 @@ label:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-button:hover {
|
.login-button:hover {
|
||||||
border: 1px solid #adaeae;
|
border: 1px solid #6DB8D3;
|
||||||
background-color: #adaeae;
|
background-color: #6DB8D3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-button:active {
|
.login-button:active {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue