Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • templater Friend
    #209129

    Hi!
    button issue in FireFox 37.0.2
    <button> after Click + mouseOut appears color border! Only in FireFox!
    On mouse:hover – color border disappears.

    ?novice <button>may find</button> here?

    How to remove color border?
    Thanks.

    Saguaros Moderator
    #578395

    You can try to add class for the button like: <button class=”test”>may find</button>

    When you press a button it gets “active”, so you need to specify the color you want with the :active pseudo selector:


    button.test:active {
    background-color: #fff;
    }

    This is a very basic knowledge for css, you should google it first and find out it by yourself, it would be more interesting and save time for both you and us.

    Saguaros Moderator
    #644686

    You can try to add class for the button like: <button class=”test”>may find</button>

    When you press a button it gets “active”, so you need to specify the color you want with the :active pseudo selector:


    button.test:active {
    background-color: #fff;
    }

    This is a very basic knowledge for css, you should google it first and find out it by yourself, it would be more interesting and save time for both you and us.

    Saguaros Moderator
    #743317

    You can try to add class for the button like: <button class=”test”>may find</button>

    When you press a button it gets “active”, so you need to specify the color you want with the :active pseudo selector:


    button.test:active {
    background-color: #fff;
    }

    This is a very basic knowledge for css, you should google it first and find out it by yourself, it would be more interesting and save time for both you and us.

    templater Friend
    #578459

    Saguaros

    Your answer is incorrect.
    Please read (!) my message!
    This – the property “border”, not “background-color”.
    Also, run this code in the demo template.

    <button>myButton</button>
    You will see the result. Catch the issue.
    button issue – in FireFox only!
    Thanks.

    templater Friend
    #644750

    Saguaros

    Your answer is incorrect.
    Please read (!) my message!
    This – the property “border”, not “background-color”.
    Also, run this code in the demo template.

    <button>myButton</button>
    You will see the result. Catch the issue.
    button issue – in FireFox only!
    Thanks.

    templater Friend
    #743381

    Saguaros

    Your answer is incorrect.
    Please read (!) my message!
    This – the property “border”, not “background-color”.
    Also, run this code in the demo template.

    <button>myButton</button>
    You will see the result. Catch the issue.
    button issue – in FireFox only!
    Thanks.

    Saguaros Moderator
    #578501

    Then it will be:

    button.test:active {
    border-color: #fff;
    }

    templater Friend
    #578552

    Saguaros

    This is not a pseudo class: active.
    You also, run this code in the demo template. <button>myButton</button>
    You will see the result. Catch the issue.
    This bug.

    <button> Click – No this color border
    <button> Click + mouseOut – appears color border! Only in FireFox!
    <button> Click + mouseOut + hover – No this color border (color border disappears)

    <button> + template + FireFox = Bug
    <button> + template + Opera = No Bug

    Saguaros Moderator
    #645110

    I tried before posting suggestion here and it works.

    Please try to switch the default template to another standard template of Joomla and check how it goes. It then can let you know whether this is template issue or not.

    Saguaros Moderator
    #743735

    I tried before posting suggestion here and it works.

    Please try to switch the default template to another standard template of Joomla and check how it goes. It then can let you know whether this is template issue or not.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  Saguaros 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum