You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/pages/problem_config.page.styl

68 lines
1.4 KiB
Stylus

.page--problem_config
.problem-sidebar-testdata
max-height: 270px
overflow-y: auto
.col--size
width: 80px
.col--operation
width: 40px
text-align: center
.textbox,.select
margin: 0
.bp5-tab-panel
margin-top: 5px
.bp5-dialog
font-family: var(--code-font-family)
background: #fff
.autocomplete-container
font-size: 0.875rem
color: #666
.bp5-dialog-footer-fixed
border-top: 0
.button
margin: 0
input::placeholder
color: rgba(95,107,124,.6)!important
.bp5-input-group
input
appearance: none
display: block
width: 100%
font-size: 0.875rem
height: 2.1875rem
line-height: 1.2
padding: 0.3125rem;
border: 1px solid #ddd
color: inherit
border-radius: 0
outline: 2px solid transparent
transition: outline-color 0.2s, border-color 0.2s
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
box-shadow: none
.bp5-tag.bp5-minimal
background: transparent
.bp5-input-action
pointer-events: none
.problem-config-form
font-family: var(--code-font-family)
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
-webkit-appearance: none !important
input[type="number"]
-moz-appearance: textfield
.hover-row.status-bar
display: none