mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
fixed lp:1523701 -> UPDATED jquery-ui and timepicker + added localization libraries to jquery-ui and timepicker
This commit is contained in:
10
include/jquery-ui/jquery-ui.theme.css
vendored
10
include/jquery-ui/jquery-ui.theme.css
vendored
@@ -30,7 +30,7 @@
|
||||
}
|
||||
.ui-widget-content {
|
||||
border: 1px solid #dddddd;
|
||||
background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
|
||||
background: #ffffff;
|
||||
color: #444444;
|
||||
}
|
||||
.ui-widget-content a {
|
||||
@@ -105,7 +105,7 @@
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
border: 1px solid #cccccc;
|
||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
||||
background: #ffffff;
|
||||
color: #444444;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
@@ -117,7 +117,7 @@
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
border: 1px solid #ff0084;
|
||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
||||
background: #ffffff;
|
||||
color: #222222;
|
||||
}
|
||||
.ui-state-error a,
|
||||
@@ -396,14 +396,14 @@
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
background: #eeeeee url("images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
|
||||
background: #eeeeee;
|
||||
opacity: .8;
|
||||
filter: Alpha(Opacity=80); /* support: IE8 */
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
margin: -4px 0 0 -4px;
|
||||
padding: 4px;
|
||||
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
||||
background: #aaaaaa;
|
||||
opacity: .6;
|
||||
filter: Alpha(Opacity=60); /* support: IE8 */
|
||||
border-radius: 0px;
|
||||
|
||||
Reference in New Issue
Block a user