Add unclickable class to stylesheet
This commit is contained in:
parent
5f8fbbd864
commit
500c3949c8
1 changed files with 2 additions and 3 deletions
|
|
@ -3,9 +3,8 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable { cursor: pointer; }
|
||||||
cursor: pointer;
|
.unclickable { cursor: default; }
|
||||||
}
|
|
||||||
|
|
||||||
.centre {
|
.centre {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue