organizr: button fix

This commit is contained in:
gilbN 2019-07-29 18:49:55 +02:00
parent fb622df7ef
commit 9675358c6b

View File

@ -321,8 +321,9 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
} }
/* custom buttons */ /* custom buttons */
.cbutton { .cbutton {
border: none;
background-color: rgba(255, 255, 255, 0.2) !important; background-color: rgba(255, 255, 255, 0.2) !important;
border-radius: 3px !important;
border-color: transparent !important;
} }
/* Calendar */ /* Calendar */