M
M
Marro4202020-11-07 00:08:39
css
Marro420, 2020-11-07 00:08:39

How to add an underscore to an input?

5fa5bae17cc5a392008383.jpeg

here are the input styles

.data{
   background-color: #0e0e0e;
   color: white;
   border:none!important;
    margin: 10px 0;
   height: 30px;
   font-size: 20px;
   
   border-color: #515151;
   border-bottom-width: 2px;
   border-style: solid;
  outline: none;
   -webkit-border-bottom: 1px solid #515151!important;
   -webkit-tap-highlight-color: transparent;
   padding: 10px 15px;
   margin-bottom: 10px;
   user-select: none;
}


unable to add underscore for input fields in safari

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey, 2016-06-30
@skazi_premiere

Typesetting in sections, but outside the grid, a lot depends on position, for example, the menu is obviously fixed. It seems nothing complicated.

R
Roman, 2016-06-30
@arkanroman

to an element which behind a grid to appropriate property position: absolute;

I
IvanIF, 2020-11-07
@IvanIF

Try removing !important from border:none!important; .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question