OpenBuilds-CONTROL/app/css/buttons.css

83 wiersze
1.4 KiB
CSS
Czysty Wina Historia

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

.drotable td, .jogtable td {
padding: 2px;
vertical-align: bottom;
}
.drotable button, .dro {
border: 1px solid lightgray;
}
.jogtable button {
border: 1px solid lightgray;
}
.jogbtn:disabled {
pointer-events:none;
}
.dro {
display: block;
text-decoration: none;
background-color: #f8f8f8;
color: #a7a7a7;
width: 141px;
height: 36px;
position: relative;
text-align: right;
padding-right: 6px;
padding-left: 6px;
line-height: 32px;
font-weight:900;
font-size: 18px;
cursor: pointer;
}
.droInput {
display: block;
text-decoration: none;
background-color: #f5f6f7;
color: #a7a7a7;
margin: 2px;
width: 100px;
height: 34px;
position: relative;
text-align: right;
padding-right: 6px;
padding-left: 6px;
line-height: 34px;
border-radius: 2px;
border: 1px solid #ddd;
font-weight:700;
font-size: 18px;
cursor: default;
text-align: right;
border: none;
outline: none;
display:none;
}
.glossybtn:link, .glossybtn:visited {
display: block;
text-decoration: none;
background-color: #f5f6f7;
color: #a7a7a7;
margin: 2px;
width: 53px;
height: 53.5px;
position: relative;
text-align: center;
line-height: 50px;
border-radius: 2px;
border: 1px solid #ddd;
}
.glossybtn:active {
background: #d5d6d7;
}
.glossybtn:hover {
text-decoration: none;
background: rgba(164,206,249, 0.2);
border: 1px solid rgb(164,206,249);
}