forked from KamilBugno/Grafika
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.css
42 lines (36 loc) · 1.04 KB
/
info.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* Customized CSS for jQuery UI: simple info button and box. */
.ui-widget-content
{
font-size:12px;
font-family: georgia;
}
/* trim space around info button */
.ui-button-text-only .ui-button-text
{ padding: 0px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{ border: 0px solid #000000; }
/* changing dialog close button */
.ui-dialog-titlebar-close
{
outline-width: 0px !important;
background-color: transparent !important;
background-image: url('../images/icon-close-16.png') !important;
background-repeat:no-repeat !important;
}
/* changing dialog close button */
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus
{
background-color: transparent !important;
background-image: url('../images/icon-close-16.png') !important;
background-repeat:no-repeat !important;
}
/* hide the default "x" close image */
.ui-dialog-titlebar-close span
{ display:none !important; }
/* translucent background */
.ui-dialog
{
opacity: .90;
width:600px !important;
}