hdbt / 2020

0 stars 0 forks source link

Hover Button #3

Open hdbt opened 3 years ago

hdbt commented 3 years ago

Adress Column-style button via ID to set pseudo class of button for hover effects?

tags$style(".fa-chart-bar:hover {background-color: #grey; color:#666666 !important}"), #funzt tags$style(".fa-bars:hover { background-color: #grey; color: #666666!important}"), #funz !!! <- nicht durch ; trennen

hdbt commented 3 years ago

Ended up using following CSS code, which also includes the language switch button. tags$style(".pretty:hover, .selectize-input:hover {background: #e6e6e6;color: #666666!important}"), #funzt

Needs some CSSing around the button. Margin and padding.