1
0
mirror of synced 2024-12-12 22:41:07 +01:00
bemaniutils/bemani/frontend/static/themes/dark/form.css

149 lines
2.7 KiB
CSS
Raw Normal View History

2021-09-10 06:15:05 +02:00
form.inline {
margin: 0px;
}
form.inline label {
display: block;
}
form.inline label.inline {
display: inline-block;
}
form.inline div.row {
padding-bottom: 5px;
}
2022-10-09 00:30:40 +02:00
form.padded {
padding-bottom: 5px;
}
2021-09-10 06:15:05 +02:00
form.inline select {
vertical-align: bottom;
margin-right: 5px;
}
input.inline {
margin-right: 5px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
form div.action {
margin-top: 5px;
}
option.placeholder {
font-style: italic;
}
div.buttons {
padding-top:5px;
}
input[type="submit"] {
border: 1px solid #55954a;
color: #242526;
background: #42763a;
color: #cedfce;
2021-09-10 06:15:05 +02:00
margin-right: 5px;
}
input[type="button"], button.nav, button.toggle, button.edit, button.add, button.viewmore, button.btn-default {
border: 1px solid #535353;
color: #b0b1b2;
2021-09-10 06:15:05 +02:00
background: #282828;
margin-right: 5px;
}
button.btn-default {
color: #b0b1b2 ! important;
background: #3c3c3c ! important;
}
2021-09-10 06:15:05 +02:00
input[type="submit"], input[type="button"], button {
border-radius: 0px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 12px;
padding-right: 12px;
cursor: pointer;
}
input[type="text"], input[type="password"], textarea {
border: 1px solid #535353;
2021-09-10 06:15:05 +02:00
padding: 4px;
border-radius: 0px;
background-color: #1f1f1f;
color: #cecece;
2021-09-10 06:15:05 +02:00
}
select {
border: 1px solid #535353;
padding: 4px 4px 4px 4px;
2021-09-10 06:15:05 +02:00
border-radius: 0px;
background: #1f1f1f;
color: #cecece;
2021-09-10 06:15:05 +02:00
}
input[type="button"] {
margin-right: 5px;
}
button.toggle:not(:last-child):not(:only-child), button.edit:not(:last-child):not(:only-child), button.delete:not(:last-child):not(:only-child), button.add:not(:last-child):not(:only-child), button.nav:not(:last-child):not(:only-child) {
margin-right: 5px;
}
span + button.edit, span + button.toggle, span + button.delete, span + button.add,
div + button.edit, div + button.toggle, div + button.delete, div + button.add {
margin-left: 15px;
}
span + button {
border: 1px solid #535353;
2021-09-10 06:15:05 +02:00
background-color: #282828;
color: #cecece;
2021-09-10 06:15:05 +02:00
}
button.nav {
margin-bottom: 5px;
margin-right: 0px;
border: 1px solid #535353;
2021-09-10 06:15:05 +02:00
background-color: #282828;
}
button.prev::before {
content: "\2190";
font-weight: bold;
margin-right: 5px;
}
button.next::after {
content: "\2192";
font-weight: bold;
margin-left: 5px;
}
button.active {
text-shadow: 0.33px 0.33px #000000;
border: 1px solid #999999;
}
button {
color: #cecece;
background-color: #282828;
2021-09-10 06:15:05 +02:00
}
button.delete {
border: 1px solid #9b3c3c;
background: #7a3030;
color: #dfcece;
2021-09-10 06:15:05 +02:00
}
.popn-nav button, .settings-nav button {
height: 32px;
}