mirror of
https://github.com/getbible/app.git
synced 2024-12-23 00:08:55 +00:00
added disabled css class
This commit is contained in:
parent
e8f2ebc2a3
commit
f732407a4b
@ -37,4 +37,11 @@ export default {
|
|||||||
color: #2c3e50;
|
color: #2c3e50;
|
||||||
// margin-top: 60px;
|
// margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
.disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
color: gray
|
||||||
|
}
|
||||||
|
.disabled:hover {
|
||||||
|
color:gray
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user