Horje
style input number arrows Code Example
show input type number arrows
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
style input number arrows
.number-wrapper {
  position: relative;
}

.number-wrapper:after,
.number-wrapper:before {
  position: absolute;
  right: 5px;
  width: 1.6em;
  height: .9em;
  font-size: 10px;
  pointer-events: none;
  background: #fff;
}

.number-wrapper:after {
  color: blue;
  content: "\25B2";
  margin-top: 1px;
}

.number-wrapper:before {
  color: red;
  content: "\25BC";
  margin-bottom: 5px;
  bottom: -.5em;
}




Css

Related
css offset border Code Example css offset border Code Example
how to decurate react router link css Code Example how to decurate react router link css Code Example
how to remove the body margin from navbar in css Code Example how to remove the body margin from navbar in css Code Example
set an image half its original size css Code Example set an image half its original size css Code Example
fabric bring to front element top Code Example fabric bring to front element top Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10