Posts by Higor Vieira • 103 points
7 posts
-
0
votes2
answers891
viewsA: How do I customize a Navbar only when it is "collapsed" with bootstrap 4?
I finally got the desired result with the @Caiuby Freitas tip. Now the Nav list item (link) is filling the whole line for easy access on smaller devices. @media all and (max-width: 765px) { .nav-cel…
-
3
votes1
answer53
viewsQ: How do I create a showOptionDialog method that the default value is "no"?
I want my system’s confirmation messages to behave with the default value "no". I have achieved this by doing so: private void jButtonActionPerformed(java.awt.event.ActionEvent evt) { Object[]…
-
0
votes2
answers891
viewsQ: How do I customize a Navbar only when it is "collapsed" with bootstrap 4?
I have the following code: <!-- Navigation Bar --> <nav class="navbar navbar-expand-md navbar-light navperson"> <!-- Brand --> <a class="navbar-brand" href="#"><img…
-
3
votes1
answer551
viewsQ: Is it better to change native Bootstrap classes or create subclasses and overwrite?
In the project I am studying/working I am making small adjustments in the native Bootstrap classes to meet my needs. 1: Is this really best practice? Or is it better to create our classes and…
-
2
votes1
answer1978
viewsQ: Java regular expression (validating password)
I need a regular expression to validate the following password: The password must contain at least one element of each: More than 6 characters; Upper and lower case letters; Numbers; Special…
-
1
votes1
answer1192
viewsQ: Bootstrap Navbar not functional
I already copied according to the Bootstrap documentation but my navbar is not working properly when I lower the screen. The button appears normal, but when I click, it should open a menu with the…
-
0
votes1
answer262
viewsQ: Handling glyphicon Bootstrap
I am using Bootstrap version 3, and I would like suggestions as I could customize this Glyph, I tried several ways to align this to the text, but he insists on staying a little above the line of…