Neuronal correction... Buttons colors and comment list bullets.
git-svn-id: http://piwigo.org/svn/branches/2.0@2745 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a81c0f4079
commit
fd1badf24b
2 changed files with 5 additions and 5 deletions
|
@ -166,9 +166,9 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
|
||||||
#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
|
#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
|
||||||
#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
|
#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
|
||||||
input[type="button"], input[type="submit"], input[type="reset"] {
|
input[type="button"], input[type="submit"], input[type="reset"] {
|
||||||
background-color:#ff3363; color:#222; border-color: #ff3363; }
|
color:#ff3363; background-color:#222; border-color: #ff3363; }
|
||||||
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
||||||
background-color:#999; border-color: #666; }
|
color:#999; border-color: #666; }
|
||||||
.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
|
.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
|
||||||
color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
|
color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
|
||||||
position:relative; z-index: 50;}
|
position:relative; z-index: 50;}
|
||||||
|
|
|
@ -88,7 +88,7 @@ border: 1px solid #666; /* thumbnails border color and style */
|
||||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ }
|
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ }
|
||||||
.content UL.thumbnails SPAN.wrap2:hover { color: #666;
|
.content UL.thumbnails SPAN.wrap2:hover { color: #666;
|
||||||
background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ }
|
background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ }
|
||||||
#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; }
|
#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; list-style-type:none; }
|
||||||
A, INPUT.rateButton { color:#f70; border-width: 0; }
|
A, INPUT.rateButton { color:#f70; border-width: 0; }
|
||||||
A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
|
A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
|
||||||
#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; }
|
#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; }
|
||||||
|
@ -101,8 +101,8 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer;
|
||||||
.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
|
.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
|
||||||
#menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; }
|
#menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; }
|
||||||
input[type="button"], input[type="submit"], input[type="reset"] {
|
input[type="button"], input[type="submit"], input[type="reset"] {
|
||||||
background-color:#ff3363; color:#222; border-color: #ff3363; }
|
color:#ff3363; background-color:#222; border-color: #ff3363; }
|
||||||
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
||||||
background-color:#999; border-color: #666; }
|
color:#999; border-color: #666; }
|
||||||
/* IE6... Hacks: */
|
/* IE6... Hacks: */
|
||||||
/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
|
/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
|
Loading…
Reference in a new issue