The branch, master has been updated via 8396eec3e7301ceb7bd4001cd7aee53c004d4259 (commit) from 5afcef00e6ccba90a78ecf5944f0295d7e9e2f95 (commit)
- Log ----------------------------------------------------------------- commit 8396eec3e7301ceb7bd4001cd7aee53c004d4259 Author: Azhari Harahap azhari@harahap.us Date: Sun Apr 10 21:20:49 2011 +0700
jQuery ui-dialog fieldset link color
-----------------------------------------------------------------------
Summary of changes: themes/original/jquery/jquery-ui-1.8.custom.css | 1 + themes/pmahomme/jquery/jquery-ui-1.8.custom.css | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/themes/original/jquery/jquery-ui-1.8.custom.css b/themes/original/jquery/jquery-ui-1.8.custom.css index a5e31ab..1f4e40b 100644 --- a/themes/original/jquery/jquery-ui-1.8.custom.css +++ b/themes/original/jquery/jquery-ui-1.8.custom.css @@ -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; } diff --git a/themes/pmahomme/jquery/jquery-ui-1.8.custom.css b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css index a5e31ab..9446f01 100644 --- a/themes/pmahomme/jquery/jquery-ui-1.8.custom.css +++ b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css @@ -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; }
hooks/post-receive