Merged revision(s) r17928 from trunk:
small css fixes: make disabled options visible with clear, remove border on .showInfo:hover, avoiding clipping on some pages with roma git-svn-id: http://piwigo.org/svn/branches/2.4@17929 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
7a0b5fc3b5
commit
8f2f94ed7e
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ body, h3, dt, h2, .throw, .content, label , LEGEND {
|
|||
|
||||
th { color: #888; }
|
||||
INPUT, select, textarea { color:#666; background-color: #ccc; }
|
||||
option[disabled] { background-color: #ccc; }
|
||||
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
|
||||
|
||||
INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] {
|
||||
|
|
|
@ -867,7 +867,7 @@ h2:lang(en) { text-transform:capitalize; }
|
|||
.pluginActions {display: table-row; font-size:0.95em; color:#777;}
|
||||
.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
|
||||
.showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;}
|
||||
.showInfo:hover {cursor:pointer}
|
||||
.showInfo:hover {cursor:pointer;border:none;}
|
||||
|
||||
.warning:before {content:url(icon/warning.png);vertical-align:top;}
|
||||
.deactivate_all {text-align:right;font-size:0.95em;}
|
||||
|
|
Loading…
Reference in a new issue