Changeset 3763
- Timestamp:
- Nov 1, 2009, 12:42:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/libcaca.css
r3762 r3763 34 34 color: #2C1F1C; 35 35 } 36 37 /* FORMS */ 38 39 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 40 background: #984601; 41 } 42 input[type="button"], input[type="submit"], input[type="reset"] { 43 background: #C46300; 44 border: 1px outset #984601; 45 -moz-border-radius: 4px; 46 } 47 input[type="text"], input.textwidget, textarea { 48 border: 1px solid #C46300; 49 } 50 legend { 51 color: #984601; 52 } 53 54 fieldset { 55 border-color: #984601; 56 } 57 58 #content.ticket { 59 margin: 0 auto; 60 } 61 .buttons { 62 text-align: center; 63 } 64 .buttons input { 65 margin: 0.5em; 66 } 67 #content.ticket fieldset { 68 background: #E5DCDC; 69 } 70 #field-description { 71 background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; 72 } 73 #attachments { 74 background: #fff; 75 border: none; 76 } 77 #attachfile { 78 text-align: center; 79 } 80 #changelog { 81 background: #cccc88; 82 border: 1px solid #C46300; 83 } 84 a.ext-link .icon { 85 background-position: right center; 86 padding-right: 16px; 87 } 88 36 89 37 90 /* HEADER */ … … 129 182 } 130 183 131 /* FORMS */132 133 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {134 background: #984601;135 }136 input[type="button"], input[type="submit"], input[type="reset"] {137 background: #C46300;138 border: 1px outset #984601;139 -moz-border-radius: 4px;140 }141 input[type="text"], input.textwidget, textarea {142 border: 1px solid #C46300;143 }144 legend {145 color: #984601;146 }147 148 fieldset {149 border-color: #984601;150 }151 152 #content.ticket {153 margin: 0 auto;154 }155 .buttons {156 text-align: center;157 }158 .buttons input {159 margin: 0.5em;160 }161 #content.ticket fieldset {162 background: #E5DCDC;163 }164 #field-description {165 background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;166 }167 #attachments {168 background: #fff;169 border: none;170 }171 #attachfile {172 text-align: center;173 }174 #changelog {175 background: #cccc88;176 border: 1px solid #C46300;177 }178 a.ext-link .icon {179 background-position: right center;180 padding-right: 16px;181 }182 184 183 185 /* FORM TICKETS */
Note: See TracChangeset
for help on using the changeset viewer.