How to disable select box hover color on css

Ali Çarıkçıoğlu

I want to disable the lightblue color in select box on mouse hovering...... I don't want the blue color on mouse hover. Here is the fiddle

.select_box
{
    color: white;
    background-color: red;
}

.itemone
{
    background-color: red;
}

.itemone:hover
{
    background-color:red;
}

.itemtwo
{
    background-color: green;
}
Praveen

The blue color, is the default color rendered by each browser.

You can moved to plugin like chosen

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to change hover color on a <li> in materialize css

分類Dev

How to change previous typed text background color of input box in CSS?

分類Dev

How to truncate text in select box using CSS only

分類Dev

Background color not changing on hover in WordPress custom css

分類Dev

How to change text color in button hover property

分類Dev

How to change span color on div hover

分類Dev

How to change navbar hover color on bootstrap 4?

分類Dev

How to disable input box angular 2 material?

分類Dev

how to convert to an editable select box?

分類Dev

How to disable md-select

分類Dev

Make each square in a grid change color on hover with CSS

分類Dev

CSS: Table - Row with colspan - change whole row color on hover

分類Dev

HTML / CSS | Scrollbar - change color on div and thumb hover

分類Dev

Change color of an asp.net button on mouse hover using css

分類Dev

JOptionPane How to change the color of the title box

分類Dev

XAML How to Style Checkbox's box color?

分類Dev

XAML How to Style Checkbox's box color?

分類Dev

CSS - Differentiate between drop down select and list box select

分類Dev

How do you customize Hover Box shapes in Wix?

分類Dev

How to put element over an hover CSS?

分類Dev

javafx ImageView how to use css hover

分類Dev

Bordered box effect on hover

分類Dev

Disable boostrap submenu on hover

分類Dev

how to change color by inline css

分類Dev

CSS: How to change background color

分類Dev

How to filter a select box by data-attributes?

分類Dev

How to add a tooltip to a <option> in a <select> box in HTML?

分類Dev

How to enable/disable text box based on radio buttons using JQuery

分類Dev

複数のDivIDでのCSS遷移の表示(例:#box:hover + #display)

Related 関連記事

  1. 1

    How to change hover color on a <li> in materialize css

  2. 2

    How to change previous typed text background color of input box in CSS?

  3. 3

    How to truncate text in select box using CSS only

  4. 4

    Background color not changing on hover in WordPress custom css

  5. 5

    How to change text color in button hover property

  6. 6

    How to change span color on div hover

  7. 7

    How to change navbar hover color on bootstrap 4?

  8. 8

    How to disable input box angular 2 material?

  9. 9

    how to convert to an editable select box?

  10. 10

    How to disable md-select

  11. 11

    Make each square in a grid change color on hover with CSS

  12. 12

    CSS: Table - Row with colspan - change whole row color on hover

  13. 13

    HTML / CSS | Scrollbar - change color on div and thumb hover

  14. 14

    Change color of an asp.net button on mouse hover using css

  15. 15

    JOptionPane How to change the color of the title box

  16. 16

    XAML How to Style Checkbox's box color?

  17. 17

    XAML How to Style Checkbox's box color?

  18. 18

    CSS - Differentiate between drop down select and list box select

  19. 19

    How do you customize Hover Box shapes in Wix?

  20. 20

    How to put element over an hover CSS?

  21. 21

    javafx ImageView how to use css hover

  22. 22

    Bordered box effect on hover

  23. 23

    Disable boostrap submenu on hover

  24. 24

    how to change color by inline css

  25. 25

    CSS: How to change background color

  26. 26

    How to filter a select box by data-attributes?

  27. 27

    How to add a tooltip to a <option> in a <select> box in HTML?

  28. 28

    How to enable/disable text box based on radio buttons using JQuery

  29. 29

    複数のDivIDでのCSS遷移の表示(例:#box:hover + #display)

ホットタグ

アーカイブ