apprise-api/apprise_api/static/css/theme-light.min.css
2024-04-01 20:52:46 -04:00

30 lines
556 B
CSS

.tabs .tab a {background-color: #f3f3f3;}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover,
.tab.disabled i.material-icons{
color:#a7a7a7
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
background-color: #f3f3f3;
color:#a7a7a7
}
.file-selected {
color: #039be5;
background-color: #f3f3f3;
}
#url-list .card-panel.selected {
background-color: #fff8dc;
}
.chip {
background-color: #fff!important;
}
.chip.selected {
color: #fff;
background-color: #258528!important;
}