Skip to content

Commit 2ae41a0

Browse files
committed
styled buttons
1 parent c10d048 commit 2ae41a0

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
5959
.ui-widget-content { border: 1px solid #aaaaaa; color: #222222; }
6060
.ui-widget-content a { color: #222222; }
61-
.ui-widget-header { background: #505050; color: #fff; font-size: 10pt; font-weight: bold;}
61+
.ui-widget-header { background: #505050; color: #444; font-size: 10pt; font-weight: bold;}
6262
.ui-widget-header a { color: #222222; }
6363

6464
/* Interaction Cues
@@ -376,9 +376,9 @@
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: #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; }
381-
.ui-button:active { background-color: #f79b44; color: #fff; }
379+
.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #555; background-color: #ececec; border: 1px solid #e0e0e0; 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; background-color: #f79b44; color: #fff;}
381+
.ui-button:active { background-color: #999; color: #fff; border: 1px solid #999; }
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/css/main.css

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,8 @@ form {
247247

248248
.submenu-button-main:hover {
249249
color: #fff;
250-
border: 1px solid #f79b44;
251-
background-color: #f79b44;
252-
color: #fff;
253-
border: 1px solid #87a1c2;
254-
background-color: #87a1c2;
250+
border: 1px solid #999;
251+
background-color: #999;
255252
}
256253

257254
.submenu-button:hover {
@@ -262,7 +259,6 @@ form {
262259
color: #555;
263260
background-color: #ececec;
264261
border: 1px solid #e0e0e0;
265-
266262
}
267263

268264
.submenu-button:active {
@@ -743,25 +739,27 @@ form {
743739
.button {
744740
filter:chroma(color=#000000);
745741
cursor: pointer;
746-
color: #505050;
747-
background-color: #fafafa;
748-
border: 1px solid #c0c0c0;
749742
border-radius: 3px 3px 3px 3px;
750743
font-size: 14px;
751744
font-weight: bold;
752745
padding: 2px 16px;
753746
width: 108px;
754747
height: 34px;
748+
color: #fff;
749+
border: 1px solid #f79b44;
750+
background-color: #f79b44;
755751
}
756752

757753
.button:hover {
758-
border: 1px solid #f79b44;
754+
color: #fff;
755+
border: 1px solid #999;
756+
background-color: #999;
759757
}
760758

761759
.button:active {
762-
color: #fff;
763-
border: 1px solid #f79b44;
764-
background-color: #f79b44;
760+
color: #555;
761+
background-color: #ececec;
762+
border: 1px solid #e0e0e0;
765763
}
766764

767765
.genpass {

0 commit comments

Comments
 (0)