Commit 737487e2 authored by Martina Reyes's avatar Martina Reyes

Edited the styles of the order page.

parent 1ee72f60
...@@ -204,15 +204,11 @@ header { ...@@ -204,15 +204,11 @@ header {
.filter-button:hover { .filter-button:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
background-color: #3B3355;
color:#FEFCFD;
} }
.crud-button:hover { .crud-button:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
background-color: #3B3355;
color:#FEFCFD;
} }
#order-table, #receipt-table, #scheduling-table { #order-table, #receipt-table, #scheduling-table {
...@@ -223,14 +219,13 @@ header { ...@@ -223,14 +219,13 @@ header {
a:link { a:link {
text-decoration: none; text-decoration: none;
border: none; border: none;
color: #BFCDE0;
margin: 0.3rem; margin: 0.3rem;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
color: #BFCDE0; color: #5D5D81;
} }
table, th { table, th {
......
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