mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-07 05:48:41 +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;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&:hover .content{
|
&:hover .content {
|
||||||
display: block;
|
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 {
|
canvas {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
bordeR: 1px solid #000;
|
border: 1px solid #000;
|
||||||
user-select: none; }
|
user-select: none; }
|
||||||
|
|
||||||
.ok {
|
.ok {
|
||||||
|
|
@ -3316,6 +3316,21 @@ input[type="range"] {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 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 {
|
.ok {
|
||||||
color: #5cff56; }
|
color: #5cff56; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user