Questions tagged as 'css'

2
answers

CSS get siblings before element?

Basically, I have the following structure, where when hover is enabled on an element, the right siblings should receive a unique style, while those on the left should receive another style. I currently have the same code working fine in JS...
asked by 24.07.2018 / 23:51
2
answers

Input does not match col-md-8 size

I'm training in form creation, and I'm making bootstrap use on it, mostly from <div class="row"> and <div class="col-md-4"> . However, when I put only two elements on the same line, respectively e 'the input field...
asked by 06.08.2018 / 17:52
3
answers

How to do with CSS a checkerboard type chess board for the Body?

I would like to put in the% w / o% a checkered background, type a chessboard covering the whole body. I've tried <body> , but I could not ... html, body { width: 100%; height: 100%; margin: 0; padding: 0;...
asked by 03.08.2018 / 20:43
2
answers

Custom border for certain table columns

So, I have a page with a table that compares a quantity of predicted items with a quantity of items made month by month. That's how it is today: Ihavebeenaskedtoputalineaftereachcolumnofthesemadetobemoreseparate,butIhavenoideaifitispossib...
asked by 06.07.2018 / 14:16
2
answers

Are there "problems" with jQuery's small ones?

For example, some parts of a website, I can not fully tinker with HTML, put the platform locked for "security" and do not let it modify, so I use jQuery / JavaScript to do the modification I need. Does this interfere with website performance? A...
asked by 29.05.2017 / 15:16
2
answers

Mouse Hover does not work in the cells of the circular calendar in SVG

I would like to ask for help again, I'm having trouble making hover (CSS) work on my SVG. This is a circular calendar with 31 days, divided into three shifts (each layer is one shift). By hovering over each cell, I would like the background to c...
asked by 18.11.2018 / 18:44
1
answer

Change color icon button javascript

I have the button: <button id="btnVoltar" style="margin-bottom:0;vertical-align:middle" type="button" class="btn-flat bg-red btn-circle-lg waves-effect" onclick="voltaparaConsulta()"> <i class="material-icons">arrow_back</i&...
asked by 17.07.2017 / 17:38
1
answer

Change the header background of only one ionic page

You have a ionic project and require that% of all pages have a different background than the rest of the application. Home (HTML) <ion-view view-title="Home"> <ion-content id="home" align="center" class="bg-home"> &l...
asked by 30.08.2016 / 22:45
1
answer

When closing modal, clear search result done in the bank

I need to close and limpar the contents of a modal. When I open it I have a search field where I perform a search in my bd , and when I click on the enviar button I close it by passing some parameters. But when calling the mo...
asked by 30.11.2016 / 17:25
2
answers

problem in leaving a text on the left and 2 items on the right

.col-item { border: 1px solid #E1E1E1; border-radius: 5px; background: #000; } .col-item .photo img { margin: 0 auto; width: 100%; } .col-item .info { padding: 10px; border-radius: 0 0 5px 5px;...
asked by 02.10.2018 / 16:43