Changeset 950fa0d for src/main/resources/static/css
- Timestamp:
- 05/24/23 23:18:47 (18 months ago)
- Branches:
- master
- Children:
- 77205be
- Parents:
- 8bcd64c
- Location:
- src/main/resources/static/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/static/css/fullcalendar.css
r8bcd64c r950fa0d 135 135 136 136 .fc-state-highlight > div > div.fc-day-number{ 137 background-color: # ff3b30;137 background-color: #3b71ca; 138 138 color: #FFFFFF; 139 139 border-radius: 50%; … … 212 212 213 213 .fc-state-default { 214 border-color: # ff3b30;215 color: # ff3b30;214 border-color: #3b71ca; 215 color: #3b71ca; 216 216 } 217 217 .fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default{ … … 226 226 .fc-state-disabled { 227 227 color: #333333; 228 background-color: # FFE3E3;228 background-color: #fff; 229 229 } 230 230 231 231 .fc-state-hover { 232 color: # ff3b30;232 color: #3b71ca; 233 233 text-decoration: none; 234 234 background-position: 0 -15px; … … 241 241 .fc-state-down, 242 242 .fc-state-active { 243 background-color: # ff3b30;243 background-color: #3b71ca; 244 244 background-image: none; 245 245 outline: 0; … … 250 250 cursor: default; 251 251 background-image: none; 252 background-color: # FFE3E3;252 background-color: #fff; 253 253 filter: alpha(opacity=65); 254 254 box-shadow: none; 255 border:1px solid # FFE3E3;256 color: # ff3b30;255 border:1px solid #fff; 256 color: #3b71ca; 257 257 } 258 258 … … 648 648 } 649 649 .fc-week .fc-day.fc-state-highlight:hover .fc-day-number{ 650 background-color: # ff3b30;650 background-color: #3b71ca; 651 651 } 652 652 .fc-button-today{ -
src/main/resources/static/css/homepage.css
r8bcd64c r950fa0d 1 1 #wrap { 2 margin-left: 50px;3 2 float:left; 3 width: 1000px; 4 4 } 5 5 … … 13 13 header { 14 14 background-color: white; 15 height: 67px; 15 16 } 16 17 … … 65 66 -webkit-overflow-scrolling: touch; 66 67 } 68 69 .hidden-button { 70 display: none; 71 width: 0px; 72 } 73 74 .card { 75 padding: 10px; 76 77 }
Note:
See TracChangeset
for help on using the changeset viewer.