Skip to content

Commit bcbec63

Browse files
author
Kristan Kenney
committed
Increase font size of button elements
1 parent 10440da commit bcbec63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/css/styles.min.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13411341
.l-sort-toolbar__filter-apply {
13421342
float: left;
13431343
width: 32px;
1344-
height: 28px;
1344+
height: 30px;
13451345
border: 1px solid #ddd;
13461346
background-color: rgba(255,255,255,0.90);
13471347
text-shadow: 0px 1px rgba(255,255,255,0.95);
@@ -1459,7 +1459,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
14591459
.l-select select {
14601460
border: 0;
14611461
background-color: transparent;
1462-
height: 26px;
1462+
height: 28px;
14631463
min-width: 175px;
14641464
padding-left: 10px;
14651465
background-image: url("/images/arrow.png");
@@ -2660,7 +2660,7 @@ td.hint {
26602660
filter:chroma(color=#000);
26612661
cursor: pointer;
26622662
border-radius: 3px 3px 3px 3px !important;
2663-
font-size: 1.0em !important;
2663+
font-size: 1.05em !important;
26642664
font-weight: 500 !important;
26652665
padding: 2px 16px 3px 20px !important;
26662666
min-width: 100px !important;
@@ -2672,7 +2672,7 @@ td.hint {
26722672
box-shadow: 0px 1px 4px rgba(0,0,0,0.2),
26732673
inset 0px 0px 1px #fff,
26742674
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
2675-
text-shadow: 0px 1px 1px rgba(255,255,255,0.5) !important;
2675+
text-shadow: 0px 1px 1px rgba(255,255,255,0.6) !important;
26762676
}
26772677
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
26782678
color: #3b9de8 !important;
@@ -3236,7 +3236,7 @@ form#vstobjects.suspended {
32363236
.search-input {
32373237
background-color: #fff;
32383238
border: 1px solid #ddd;
3239-
height: 24px;
3239+
height: 26px;
32403240
line-height: 28px;
32413241
padding-left: 7px;
32423242
float: left;

0 commit comments

Comments
 (0)