made list view buttons even more Apple-like
This commit is contained in:
parent
67dfc7671c
commit
3964fee181
1 changed files with 4 additions and 4 deletions
|
@ -1940,11 +1940,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-btn {
|
.md-btn {
|
||||||
background: rgba(100, 100, 100, 0.5);
|
background: rgba(100, 100, 100, 0.3);
|
||||||
padding: 4px 12px;
|
padding: 6px 12px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 13px;
|
font-size: 16px;
|
||||||
border: 1px solid rgb(100 100 100 / 35%);
|
border: 0px solid rgb(100 100 100 / 30%);
|
||||||
color: #eee;
|
color: #eee;
|
||||||
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
|
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.4);
|
||||||
transition: transform 0.2s var(--appleEase), box-shadow 0.2s var(--appleEase);
|
transition: transform 0.2s var(--appleEase), box-shadow 0.2s var(--appleEase);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue