Skip to content

Commit be9c098

Browse files
author
John P. rouillard
committed
feat: issue #71 - Increase visual weight of search/apply buttons compared to reset/cancel buttons.
1 parent 9b027b6 commit be9c098

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

html/classhelper.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ table.popup-table tr:hover {
5757
background-color: #eee;
5858
}
5959

60-
.popup-control button {
61-
width: 7em;
60+
button {
61+
min-width: 3em;
6262
}
6363

6464
.popup-apply {
65+
background-color: #c1cee6;
6566
font-weight: bold;
67+
min-width: 7em;
6668
}
6769

6870
/* Pagination */
@@ -96,6 +98,11 @@ table.popup-table tr:hover {
9698
font-weight: bold;
9799
}
98100

101+
.search-button {
102+
background-color: #c1cee6;
103+
font-weight: bold;
104+
min-width: 7em;
105+
}
99106

100107
.reset-button {
101108
margin-left: 60px;

0 commit comments

Comments
 (0)