We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b027b6 commit be9c098Copy full SHA for be9c098
html/classhelper.css
@@ -57,12 +57,14 @@ table.popup-table tr:hover {
57
background-color: #eee;
58
}
59
60
-.popup-control button {
61
- width: 7em;
+button {
+ min-width: 3em;
62
63
64
.popup-apply {
65
+ background-color: #c1cee6;
66
font-weight: bold;
67
+ min-width: 7em;
68
69
70
/* Pagination */
@@ -96,6 +98,11 @@ table.popup-table tr:hover {
96
98
97
99
100
101
+.search-button {
102
103
+ font-weight: bold;
104
105
+}
106
107
.reset-button {
108
margin-left: 60px;
0 commit comments