Plugin Directory

Changeset 3263856


Ignore:
Timestamp:
03/29/2025 02:40:58 PM (12 months ago)
Author:
netupag
Message:

fixed search in calendar widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ticketmachine-event-manager/trunk/assets/css/ticketmachine.css

    r3263855 r3263856  
    371371@media only screen and (min-width: 991px) {
    372372  body .ticketmachine_page .fc-view-container {
    373     box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.08);
     373    box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.1);
    374374    border-radius: 4px;
    375375    overflow: hidden;
     376  }
     377  body .ticketmachine_page #calendar tr th:first-child,
     378  body .ticketmachine_page #calendar tr td:first-child {
     379    border-left: none;
     380  }
     381
     382  body .ticketmachine_page #calendar tr th:last-child,
     383  body .ticketmachine_page #calendar tr td:last-child {
     384    border-right: none;
    376385  }
    377386}
Note: See TracChangeset for help on using the changeset viewer.