Skip to content

Commit f6e0230

Browse files
author
Kristan Kenney
committed
Add consistent shadow to dialog buttons
1 parent 652de83 commit f6e0230

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/css/styles.min.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,6 +2830,11 @@ td.hint {
28302830
}
28312831
.ftp-path-prefix { padding-top: 12px; font-size: 0.8rem; color: #555; }
28322832

2833+
.ui-dialog .ui-dialog-buttonpane button {
2834+
box-shadow: 0px 1px 4px rgba(0,0,0,0.2),
2835+
inset 0px 0px 1px #fff,
2836+
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
2837+
}
28332838

28342839
.ui-button, .button {
28352840
filter:chroma(color=#000);

0 commit comments

Comments
 (0)