Skip to content

Commit f7377b7

Browse files
committed
added orange border to buttons as hover effect
1 parent 506bc56 commit f7377b7

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@
376376
* http://docs.jquery.com/UI/Button#theming
377377
*/
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 */
379-
.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; }
380-
.ui-button:hover { background-color: #f0f0f0; }
379+
.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #555; background-color: #fafafa; border: 1px solid #d3d3d3; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; }
380+
.ui-button:hover { border: 1px solid #f79b44; }
381381
.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 */

web/templates/header.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
padding: 5px 22px 4px;
6262
text-decoration: none;
6363
color: #fff;
64-
border-right: 1px solid #fff;
64+
border-right: 1px solid #ccc;
6565
}
6666

6767
.top-link:hover {
@@ -131,7 +131,7 @@
131131

132132
.nav-lnk {
133133
text-decoration: none;
134-
color: #323232;
134+
color: #222;
135135
float:left;
136136
}
137137

@@ -196,7 +196,7 @@
196196
height: 58px;
197197
line-height: 1.4em;
198198
font-size: 9pt;
199-
color: #555;
199+
color: #333;
200200
decoration: none;
201201
}
202202

@@ -225,12 +225,13 @@
225225
width: 130px;
226226
height: 24px;
227227
cursor: pointer;
228-
color: #333;
228+
color: #555;
229229
background-color: #fafafa;
230-
border: 1px solid #999;
230+
border: 1px solid #ccc;
231231
border-radius: 3px 3px 3px 3px;
232232
padding: 0;
233233
font-size: 12px;
234+
font-weight: bold;
234235
font-family:Arial, Helvetica, sans-serif;
235236
}
236237

@@ -241,7 +242,7 @@
241242
}
242243

243244
.submenu-button:hover {
244-
background-color: #f0f0f0;
245+
border: 1px solid #f79b44;
245246
}
246247

247248
.submenu-button:active {
@@ -534,22 +535,22 @@
534535
}
535536

536537
.username {
537-
color: #323232;
538+
color: #222;
538539
font-size: 16pt;
539540
}
540541

541542
.domain {
542-
color: #323232;
543+
color: #222;
543544
font-size: 16pt;
544545
}
545546

546547
.cron {
547-
color: #323232;
548+
color: #222;
548549
font-size: 18px;
549550
}
550551

551552
.log {
552-
color: #323232;
553+
color: #222;
553554
font-size: 12pt;
554555
}
555556

@@ -576,7 +577,7 @@
576577
vertical-align:top;
577578
line-height: 1.3em;
578579
font-size: 10pt;
579-
color: #505050;
580+
color: #222;
580581
padding: 0 4px 0 0;
581582
}
582583

@@ -585,14 +586,14 @@
585586
line-height: 0.8em;
586587
font-size: 8pt;
587588
padding: 4 0 0 0;
588-
color: #505050;
589+
color: #222;
589590
}
590591

591592
.counter-value {
592593
vertical-align:top;
593594
line-height: 1.2em;
594595
font-size: 10pt;
595-
color: #000;
596+
color: #222;
596597
padding: 0 0 0 4px;
597598
}
598599

@@ -637,7 +638,7 @@
637638
}
638639

639640
.vst-text {
640-
color: #323232;
641+
color: #222;
641642
font-size: 12pt;
642643
}
643644

@@ -713,18 +714,19 @@
713714
.button {
714715
filter:chroma(color=#000000);
715716
cursor: pointer;
716-
color: #202020;
717+
color: #505050;
717718
background-color: #fafafa;
718-
border: 1px solid #999;
719+
border: 1px solid #ccc;
719720
border-radius: 3px 3px 3px 3px;
720721
font-size: 14px;
722+
font-weight: bold;
721723
padding: 2px 16px;
722724
width: 108px;
723725
height: 34px;
724726
}
725727

726728
.button:hover {
727-
background-color: #f0f0f0;
729+
border: 1px solid #f79b44;
728730
}
729731

730732
.button:active {
@@ -805,7 +807,7 @@
805807
.login-box {
806808
text-align: left;
807809
vertical-align:top;
808-
color: #323232;
810+
color: #222;
809811
}
810812

811813
.login-bottom {
@@ -821,7 +823,7 @@
821823

822824
.vestacp{
823825
font-size: 8pt;
824-
color: #323232;
826+
color: #222;
825827
text-align: right;
826828
padding: 20px 0 0 0;
827829
}

0 commit comments

Comments
 (0)