File tree Expand file tree Collapse file tree 4 files changed +53
-2
lines changed Expand file tree Collapse file tree 4 files changed +53
-2
lines changed Original file line number Diff line number Diff line change @@ -513,3 +513,12 @@ h6 {
513
513
margin-right : -15px ;
514
514
}
515
515
}
516
+ .ui-corner-all ,
517
+ .ui-corner-bottom ,
518
+ .ui-corner-right ,
519
+ .ui-corner-br ,
520
+ .ui-corner-bl ,
521
+ .ui-corner-tr ,
522
+ .ui-corner-tl {
523
+ border-radius : 0 !important ;
524
+ }
Original file line number Diff line number Diff line change @@ -235,3 +235,43 @@ td.active {
235
235
border : 1px solid # cccccc ;
236
236
background-color : # f8f8f8 ;
237
237
}
238
+ .ui-dialog .ui-dialog-content {
239
+ background-color : # ffffff ;
240
+ }
241
+ .ui-widget-content ,
242
+ .ui-widget-content a {
243
+ color : # 333344 ;
244
+ }
245
+ .ui-dialog .ui-dialog-titlebar ,
246
+ .ui-dialog .ui-dialog-buttonpane {
247
+ color : # 333344 ;
248
+ background-color : # f8f8f8 ;
249
+ }
250
+ .ui-button .ui-icon {
251
+ background-color : # eeeeea ;
252
+ }
253
+ .ui-state-hover ,
254
+ .ui-widget-content .ui-state-hover ,
255
+ .ui-widget-header .ui-state-hover ,
256
+ .ui-state-focus ,
257
+ .ui-widget-content .ui-state-focus ,
258
+ .ui-widget-header .ui-state-focus ,
259
+ .ui-button : hover ,
260
+ .ui-button : focus {
261
+ border : 1px solid # ffffff ;
262
+ }
263
+ .image-library-choose-file {
264
+ background-color : # f8f8f8 ;
265
+ border : 1px solid # cccccc ;
266
+ border-radius : 0 ;
267
+ margin-left : 4px ;
268
+ }
269
+ .image-library-choose-file .image-library-image-selected ,
270
+ .image-library-choose-file : hover {
271
+ background-color : # e6e6e7 ;
272
+ border : 1px solid # 509bdd ;
273
+ border-radius : 0 ;
274
+ }
275
+ .image-library-image {
276
+ box-shadow : none;
277
+ }
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ button,
52
52
input ,
53
53
optgroup ,
54
54
select ,
55
- textarea {
55
+ textarea ,
56
+ .ui-widget {
56
57
font : 1 rem/1.6 verdana, sans-serif;
57
58
}
58
59
.site-name ,
Original file line number Diff line number Diff line change 5
5
input ,
6
6
optgroup ,
7
7
select ,
8
- textarea {
8
+ textarea ,
9
+ .ui-widget {
9
10
font : 1 rem/1.6 'Open Sans' , sans-serif;
10
11
}
You can’t perform that action at this time.
0 commit comments