Skip to content

Commit 11b1c7c

Browse files
author
Kristan Kenney
committed
Fix inactive state text color for dialog buttons
1 parent 8b84a11 commit 11b1c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2963,6 +2963,7 @@ a.button.cancel {
29632963
.ui-button:active span {
29642964
color: #4b4b4b;
29652965
}
2966+
29662967
.ui-button.cancel span {
29672968
color: #777;
29682969
}
@@ -2974,10 +2975,9 @@ a.button.cancel {
29742975
}
29752976

29762977
.ui-dialog button.cancel span {
2977-
color: #ccc;
2978+
color: #777 !important;
29782979
}
29792980

2980-
29812981
.unlim-trigger {
29822982
cursor: pointer;
29832983
padding-left: 4px;

0 commit comments

Comments
 (0)