Skip to content

Commit bdfde8e

Browse files
committed
Do not override the default font style. See ietf-tools#432
- Legacy-Id: 2569
1 parent 637357c commit bdfde8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

static/css/jquery-ui-themes/jquery-ui-1.8.2.custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747

4848
/* Component containers
4949
----------------------------------*/
50-
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
51-
.ui-widget .ui-widget { font-size: 1em; }
50+
/*.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
51+
.ui-widget .ui-widget { font-size: 1em; }*/
5252
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
5353
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
54-
.ui-widget-content a { color: #222222; }
54+
/*.ui-widget-content a { color: #222222; }*/
5555
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
5656
.ui-widget-header a { color: #ffffff; }
5757

@@ -395,4 +395,4 @@
395395
left: -4px; /*must have*/
396396
width: 200px; /*must have*/
397397
height: 200px; /*must have*/
398-
}
398+
}

0 commit comments

Comments
 (0)