Skip to content

Commit 8801fea

Browse files
committed
highlight active links and focused inputs
1 parent d5e855c commit 8801fea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
379379
.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #333; background-color: #fafafa; border: 1px solid #d3d3d3; border-radius: 3px 3px 3px 3px; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; }
380380
.ui-button:hover { background-color: #f0f0f0; }
381-
.ui-button:active { background-color: #e6e6e6; }
381+
.ui-button:active { background-color: #f79b44; color: #fff; }
382382
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
383383
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
384384
.ui-button-icons-only { width: 3.4em; }

web/templates/header.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,10 @@
624624
border: 1px solid #f79b44;
625625
}
626626

627+
.vst-textinput:focus {
628+
border: 1px solid #f79b44;
629+
}
630+
627631
.vst-textinput:disabled {
628632
background-color: #f1f1f1;
629633
}
@@ -643,6 +647,10 @@
643647
border: 1px solid #f79b44;
644648
}
645649

650+
.vst-input:focus {
651+
border: 1px solid #f79b44;
652+
}
653+
646654
.vst-input:disabled {
647655
background-color: #f1f1f1;
648656
}

0 commit comments

Comments
 (0)