Mercurial > hg > isophonics-drupal-site
comparison core/themes/bartik/css/components/image-button.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 /** | |
2 * @file | |
3 * Styles for Bartik's image buttons. | |
4 */ | |
5 | |
6 .image-button.is-disabled:hover, | |
7 .image-button.is-disabled:active, | |
8 .image-button.is-disabled:focus, | |
9 .image-button.is-disabled { | |
10 background: transparent; | |
11 opacity: 0.5; | |
12 cursor: default; | |
13 } |