Commit 8636c0a5 by Syed Abdul Rahman

disable button css change

parent f4faf945
...@@ -7,23 +7,6 @@ ...@@ -7,23 +7,6 @@
} }
], ],
"selectedSeats": [ "selectedSeats": [
{
"id": "594f",
"userid": "594f",
"selected": [
{
"row": 8,
"seat": 2
},
{
"row": 8,
"seat": 1
},
{
"row": 8,
"seat": 3
}
]
}
] ]
} }
\ No newline at end of file
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
background-color: rgb(168, 166, 166); background-color: rgb(168, 166, 166);
opacity: 0.5; opacity: 0.5;
color: white; color: white;
cursor: not-allowed; pointer-events: none;
} }
.disabled:hover { .disabled:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment