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%;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
.clickable { cursor: pointer; }
|
||||
.unclickable { cursor: default; }
|
||||
|
||||
.centre {
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue