mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-13 18:31:20 +01:00
30 lines
556 B
CSS
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;
|
|
}
|