How to change color in shiny dashboard?

后端 未结 3 1391
夕颜
夕颜 2020-12-07 10:23

(cross post from shiny google groups)

Could some one point me to the tag names that I have to modify the color of a shiny dashboard?

Modified from http://rst

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 11:18

    Thanks for post. I think you should add "toggle button when hovered" to make it complete. Sample code is below:

    /* toggle button when hovered  */                    
    .skin-blue .main-header .navbar .sidebar-toggle:hover{
      background-color: #ff69b4;
    }
    

提交回复
热议问题