Fix dialog font size
The recent jquery ui upgrade changed the font size for dialogs
This commit is contained in:
@@ -16,3 +16,7 @@ div.ui-dialog {
|
||||
border: 1px solid #FBC7C6;
|
||||
background: #FDDFDE;
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user