mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Unit selector style fix
This commit is contained in:
parent
451a7eb898
commit
fc0afe4fe1
16
input.scss
16
input.scss
|
|
@ -137,7 +137,7 @@ input[type="text"]:focus {
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
&:hover .content{
|
||||
&:hover .content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
@ -158,3 +158,17 @@ input[type="text"]:focus {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
select.plain {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
}
|
||||
17
styles.css
17
styles.css
|
|
@ -2889,7 +2889,7 @@ p + p {
|
|||
|
||||
canvas {
|
||||
background: #fff;
|
||||
bordeR: 1px solid #000;
|
||||
border: 1px solid #000;
|
||||
user-select: none; }
|
||||
|
||||
.ok {
|
||||
|
|
@ -3316,6 +3316,21 @@ input[type="range"] {
|
|||
margin: 5px;
|
||||
padding: 5px; }
|
||||
|
||||
select.plain {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
box-shadow: none; }
|
||||
select.plain option {
|
||||
cursor: pointer; }
|
||||
|
||||
.ok {
|
||||
color: #5cff56; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user