Changeset 3434:70552b10c9a3 for admin/style/scss/partials
- Timestamp:
- 12/02/16 15:12:01 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_buttons.scss
r3365 r3434 40 40 41 41 42 /* Boutons javascript (dépliage/repliage, …) */ 43 44 .void-btn { 45 border: none; 46 border-radius: 0; 47 padding: 0; 48 } 49 42 50 /* validation */ 43 51 44 52 input[type=submit], 53 button[type=submit], 45 54 a.button.submit, 55 button.submit, 46 56 input.button.start { 47 57 color: #fff; … … 54 64 input[type=submit]:hover, 55 65 input[type=submit]:focus, 66 button[type=submit]:hover, 67 button[type=submit]:focus, 56 68 input.button.start:hover, 57 69 input.button.start:focus, 70 button.submit:hover, 71 button.submit:focus, 58 72 a.button.submit:hover, 59 73 a.button.submit:focus { … … 118 132 input[type=submit].delete, 119 133 input.delete, 134 button[type=submit].delete, 135 button.delete, 120 136 a.button.delete { 121 137 color: #900; … … 124 140 input[type=submit].delete:hover, 125 141 input.delete:hover, 142 button[type=submit].delete:hover, 143 button.delete:hover, 126 144 a.button.delete:hover, 127 145 input[type=submit].delete:focus, 128 146 input.delete:focus, 147 button[type=submit].delete:focus, 148 button.delete:focus, 129 149 a.button.delete:focus { 130 150 color: #ffffff; … … 136 156 } 137 157 138 #info-box a.button {158 #info-box a.button, #info-box button { 139 159 padding: 0 .5em; 140 160 margin-left: 2em; 141 161 } 142 162 143 .button.add { 163 .button.add, 164 button.add { 144 165 color: #000; 145 166 background-color: #bee74b; … … 154 175 .button.add:hover, 155 176 .button.add:active, 156 .button.add:focus { 177 .button.add:focus, 178 button.add:hover, 179 button.add:active, 180 button.add:focus { 157 181 background-color: #9bca1c; 158 182 @include background-image(linear-gradient(to bottom, #9bca1c, #bee74b)); … … 176 200 177 201 input.disabled, 178 input[type=submit].disabled { 202 input[type=submit].disabled, 203 button.disabled, 204 button[type=submit].disabled { 179 205 text-shadow: none; 180 206 color: #676e78; … … 184 210 185 211 input.disabled:hover, 186 input[type=submit].disabled:hover { 212 input[type=submit].disabled:hover, 213 button.disabled:hover, 214 button[type=submit].disabled:hover { 187 215 color: #676e78; 188 216 background: #eee; 189 217 border: 1px solid #CCC; 190 218 } 219 220 221 /* specific buttons */ 222 223 .checkbox-helper { 224 font-size: smaller; 225 } 226 227 .metaRemove, 228 .addMeta button:not(.metaGetMore) { 229 border: none; 230 border-radius: 0; 231 padding: 0; 232 background: none; 233 } 234 .addMeta button:not(.metaGetMore) { 235 border-bottom: #676e78 1px dotted; 236 text-shadow: initial; 237 box-shadow: initial; 238 margin-bottom: 2px; 239 }
Note: See TracChangeset
for help on using the changeset viewer.