jQuery ui-dialog fieldset link color

This commit is contained in:
Azhari Harahap
2011-04-10 21:20:49 +07:00
committed by Michal Čihař
parent 5afcef00e6
commit 8396eec3e7
2 changed files with 2 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog fieldset legend a { color: #0000FF; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }

View File

@@ -387,6 +387,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog fieldset legend a { color: #235A81; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }