Skip to content

Commit 29caf7e

Browse files
Interface. Buttons, Modes. Added hover on Login button; 'add-mode' and 'edit-mode' difference changed; logout button hover; text contrasts of description elements
1 parent 29237c5 commit 29caf7e

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

web/css/main.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ label:active {
136136
font-weight: bold;
137137
text-decoration: none;
138138
line-height: 22px;
139-
padding: 0 4px 2px 4px;
140-
margin: 0 14px 2px 0;
139+
padding: 0px 19px 4px 17px;
140+
margin: 0px 0px 2px 0px;
141141
}
142142

143143
.top-logout:hover {
@@ -594,12 +594,11 @@ label:active {
594594

595595
.data-add {
596596
margin: 0;
597-
background-color: #D3E1D1;
597+
background-color: #f7f6ed;
598598
border-bottom: 1px solid #e9e9e9;
599599
}
600-
601-
.mode-add .data-add {
602-
background-color: #f7f6ed;
600+
.data.mode-add {
601+
border-top: 5px solid #F79B44;
603602
}
604603

605604
.data-dotted {
@@ -793,7 +792,7 @@ label:active {
793792
vertical-align: top;
794793
line-height: 1.2em;
795794
font-size: 10pt;
796-
color: #7E7D7F;
795+
color: #626163; /* #7E7D7F;*/
797796
padding: 2px 4px 1px 0;
798797
white-space: nowrap;
799798
}
@@ -810,7 +809,7 @@ label:active {
810809
vertical-align: top;
811810
line-height: 1.2em;
812811
font-size: 10pt;
813-
color: #626163;
812+
color: #545355; /*#626163;*/
814813
padding: 2px 0 1px 2px;
815814
}
816815

@@ -904,6 +903,11 @@ label:active {
904903
border: 1px solid #909090;
905904
}
906905

906+
.vst-input:disabled:hover {
907+
border: 1px solid #C0C0C0;
908+
}
909+
910+
907911
.vst-input:focus {
908912
border: 1px solid #f79b44;
909913
background-color: #fffcd2;
@@ -994,8 +998,8 @@ label:active {
994998
}
995999

9961000
.login-button:hover {
997-
border: 1px solid #adaeae;
998-
background-color: #adaeae;
1001+
border: 1px solid #6DB8D3;
1002+
background-color: #6DB8D3;
9991003
}
10001004

10011005
.login-button:active {

0 commit comments

Comments
 (0)