Files
old-new-wiaas/backend/app/plugins/wiaas/assets/css/wiaas-admin-delivery-process.css

15 lines
269 B
CSS
Raw Normal View History

2018-11-03 05:15:38 +01:00
.delivery-process {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.delivery-process:hover {
background-color: #555;
}