51 lines
1.0 KiB
CSS
51 lines
1.0 KiB
CSS
/* style.css */
|
|
.sidebar .sidebar-content {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.stButton>button {
|
|
color: white;
|
|
background-color: #00000000;
|
|
border-bottom-color: #fcbb2e;
|
|
border-radius: 5px;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.stButton>button:hover {
|
|
color: white;
|
|
background-color: #00000029;
|
|
border-color: #00000029;
|
|
}
|
|
|
|
.stButton>button:focus:not(:active) {
|
|
color: white;
|
|
background-color: #00000000;
|
|
border-bottom-color: #fcbb2e;
|
|
border-color: unset;
|
|
border-radius: 5px;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
|
|
}
|
|
.st-d7 , .st-d6 ,.st-d5 ,.st-d4 {
|
|
border-color: #fcbb2e;
|
|
}
|
|
|
|
.st-emotion-cache-1gwvy71{
|
|
padding: 0;
|
|
padding-left: 30px;
|
|
}
|
|
.e1f1d6gn4 > .stButton > button{
|
|
width: 100%;
|
|
justify-content: left;
|
|
border: 0;
|
|
}
|
|
[data-testid="baseButton-secondary"]:focus{
|
|
background-color: #f4f3f366 !important;
|
|
}
|
|
[data-testid="baseButton-secondary"]:active{
|
|
background-color: #f4f3f366!important;
|
|
} |