Skip to content

Commit fa936ac

Browse files
committed
jquery-ui and dialog styles
1 parent 123697b commit fa936ac

File tree

4 files changed

+53
-2
lines changed

4 files changed

+53
-2
lines changed

css/base.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,12 @@ h6 {
513513
margin-right: -15px;
514514
}
515515
}
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+
}

css/colors.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,43 @@ td.active {
235235
border: 1px solid #cccccc;
236236
background-color: #f8f8f8;
237237
}
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+
}

css/merriweather.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ button,
5252
input,
5353
optgroup,
5454
select,
55-
textarea {
55+
textarea,
56+
.ui-widget {
5657
font: 1rem/1.6 verdana, sans-serif;
5758
}
5859
.site-name,

css/use-opensans.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ button,
55
input,
66
optgroup,
77
select,
8-
textarea {
8+
textarea,
9+
.ui-widget {
910
font: 1rem/1.6 'Open Sans', sans-serif;
1011
}

0 commit comments

Comments
 (0)