Files
daily-counter/css/theme.css
John Ahlroos a88d1b4e79
Some checks failed
Run Tests / run-tests (push) Failing after 39s
Add theme selector
2026-04-30 21:31:19 +02:00

97 lines
1.9 KiB
CSS

#MainMenu {
display: none;
}
.stApp {
min-width: 360px;
}
.stAppHeader {
width: 100%;
max-width: 736px;
margin-left: auto;
margin-right: auto;
}
.stMainBlockContainer{
padding-top: 4rem;
}
.stPageLink a {
height: 40px;
width: 45px;
border: 1px solid silver;
padding-left: 12px;
}
.stPageLink a > span:first-child {
display: none;
}
.st-key-selected_tab div[role="tablist"] > button{
width: 100%;
}
.st-key-counter-table > div {
border: 1px solid gray;
padding: 10px;
border-radius: 5px;
}
.st-key-new_counter_color_selector div[role = "radiogroup"] {
display: flex;
flex-direction: row;
}
.st-key-new_counter_color_selector div[role = "radiogroup"] > label {
flex: 1
}
.st-key-new_counter_color_selector div[role = "radiogroup"] > label > div:first-child {
display: none;
}
.st-key-new_counter_color_selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) {
outline: 3px solid blue;
}
.st-key-new_counter_color_selector div[role = "radiogroup"] p {
visibility: hidden;
}
div:has(> .stToolbarActions) {
display: none;
}
.rc-overflow > .rc-overflow-item {
flex:1;
}
.rc-overflow > .rc-overflow-item:nth-child(3) {
margin-left: auto;
flex: 0;
}
.rc-overflow > .rc-overflow-item:nth-child(3) > div {
width: 33px;
}
.rc-overflow > .rc-overflow-item:nth-child(3) a {
border-radius: 13px;
}
.rc-overflow > .rc-overflow-item-rest {
display: none;
}
.st-key-settings-color-selector {
gap: 3px;
}
.settings-color-selector-colors > span {
display:inline-block;
width:2.5em;
height:2.5em;
}
.st-key-settings-color-selector button {
border: 0;
background-color: transparent;
}
.st-key-settings-color-selector button > div {
justify-content: left;
}
.settings-color-selector-colors {
float: right;
}
.st-key-settings-color-selector-selected .settings-color-selector-colors > span {
opacity: 0.5;
}