Questions tagged as 'css'

0
answers

How to style the scroll of a div

Hello, I would like to know how I stylized the scrollbar of this div, and another thing, by passing the name over the names the hover effect of it opens a div to the left after I put it in that div that holds the names overflow: auto does...
asked by 09.03.2018 / 19:56
0
answers

How do I get the Firebase session id for my session?

if (user) { // User is signed in. var displayName = user.displayName; var email = user.email; var emailVerified = user.emailVerified; var photoURL = user.photoURL; var isAnonymous = user.isAnonymous; var uid = user.uid; var providerData = user....
asked by 07.03.2018 / 18:47
0
answers

Problem with BootStrap-Select DropupAuto does not disable

Good morning, I'm using BootStrap-Select, but in one of my tabs the option "data-dropup-auto="false"" does not enable it at all, I've tried javascript too, unsuccessfully "$('.selectpicker').selectpicker({...
asked by 07.03.2018 / 13:07
0
answers

How to assign spacing between divs using Laravel default stylesheets?

I have the following code snippet: <button type="submit" class="btn btn-primary mb-2"> Cadastrar artigo </button> <table class="table table-striped table-bordered"> In the above excerpt class mb-2 is responsibl...
asked by 08.03.2018 / 00:05
0
answers

Making CSS responsive

I'm developing a system with Asp.Net Mvc using the bootstrap, but I want to give a different "face" to my login screen, I created a css but I would like to make it responsive, does anyone know how to do this? follow the CSS below: more specifica...
asked by 06.03.2018 / 21:31
1
answer

How to use the transition effect on a display?

Good morning, okay? I'm trying, but I have not yet been able to use the transition effect to make smooth switching from display:block to display:none and vice versa. I'm using JS for when the user rolls the page to apply...
asked by 28.02.2018 / 16:27
1
answer

Dashboard with this information

I want to create a simple dashboard. exactly like that! inthe(ORDERS)fieldwouldbetheordercountforthecurrentdayorbydate.inthefield(REVENUE)wouldbethevalueofsalesonthecurrentdayorbydate.inthefield(AVERAGETICKET)wouldbeanaverageofthevaluesofthereq...
asked by 26.02.2018 / 19:03
1
answer

Receive information on the homepage

I have a PHP file where I get data recorded in firebase I can read the data but I have to open a Mozilla Firefox console to be able to read this data. I would like to know how to read or print this data without opening the console or displaying...
asked by 26.02.2018 / 17:00
1
answer

BootStrap 4 Cards and Tables

Good morning, I updated the version of BootStrap for V4, had to change several lines, but the Panel no longer exists, now advise to use the Cards, but the problem is to use the cards with the class table, If using the class table - > table...
asked by 26.02.2018 / 13:49
2
answers

How to add background in an inline list? And how to remove the default underline effect?

I'd like to add a background to this menu, how can I do that? The background-color only adds color to the words and not to the whole. And also has this underline effect in the <nav> list that I'd like to remove.   HTMLCODE:&l...
asked by 24.02.2018 / 19:01