Compare commits
No commits in common. "d20d06ddc00864adad2ee9a6bae2dcb24963f6ba" and "6a248f459368a8da155534a546deee48b28cb0f9" have entirely different histories.
d20d06ddc0
...
6a248f4593
BIN
card/steel.png
BIN
card/steel.png
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
BIN
card/t6.png
BIN
card/t6.png
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
|
@ -9,29 +9,6 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.formbutton {
|
|
||||||
background: var(--default-button-background);
|
|
||||||
border: var(--default-button-border);
|
|
||||||
font-family: var(--primary-font);
|
|
||||||
cursor: pointer;
|
|
||||||
height: 28px;
|
|
||||||
width: 128px;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 2px;
|
|
||||||
text-align: left;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: normal;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.formbutton.small {
|
|
||||||
width: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.formbutton img {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:hover > a > img:nth-of-type(1) {
|
.button:hover > a > img:nth-of-type(1) {
|
||||||
filter: contrast(50%);
|
filter: contrast(50%);
|
||||||
}
|
}
|
||||||
|
@ -112,17 +89,26 @@ button.formbutton img {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover, .button.selected, button.formbutton:hover {
|
.oddbutton {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fakebutton {
|
||||||
|
display: inline-block !important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:hover, .button.selected {
|
||||||
background: var(--hover-button-background);
|
background: var(--hover-button-background);
|
||||||
border: var(--hover-button-border);
|
border: var(--hover-button-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active, button.formbutton:active {
|
.button:active {
|
||||||
background: var(--active-button-background);
|
background: var(--active-button-background);
|
||||||
border: var(--active-button-border);
|
border: var(--active-button-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.disabled, .longbutton.disabled, .smallbutton.disabled, button.formbutton.disabled {
|
.button.disabled, .longbutton.disabled, .smallbutton.disabled {
|
||||||
background: var(--disabled-button-background);
|
background: var(--disabled-button-background);
|
||||||
border: var(--disabled-button-border);
|
border: var(--disabled-button-border);
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 878 B |
15
style.css
15
style.css
|
@ -1330,6 +1330,21 @@ heading .button {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.formbutton button {
|
||||||
|
background: none;
|
||||||
|
color: var(--main-text);
|
||||||
|
text-decoration: none;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
font-family: var(--primary-font);
|
||||||
|
border: none;
|
||||||
|
box-sizing: content-box;
|
||||||
|
padding: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.wrapper table input {
|
.wrapper table input {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user