2016-06-29 25 views
1

光沢のあるチェックボックスのフォントと背景色を変更しようとしていますが、うまくいかないようです。光沢のあるウィジェットの背景とフォントの色を変更

library(shiny) 
     shinyUI( 
     navbarPage("First App", tabPanel("A", sidebarLayout(sidebarPanel(h5("sidebar")) , mainPanel( checkboxInput("add", "Add") ))), tabPanel("B"), tags$head(tags$style("#add{background: #FFFF00; color:#880000 }")))) 

この作品を作るための提案はありますか?私が使用して自分のダッシュボードの

答えて

0

tags$head(tags$style(HTML(' 
#add {background-color: rgba(0,204,204,1); color:rgba(0,204,204,1);}' 
))) 
+0

ちょっとCClaireは、私が試したが、私はそれは、チェックボックスのために動作させるcouldntの、私は次のコードを使い、それを動作させるために管理することができます。 (ラベル= '表示:インラインブロック;背景:#FFFF00;色:#880000」、 )$ label(label、' for' = textInputRow <-function(inputId、label、value = "") { div inputId)、 タグ$入力(ID = inputId、タイプ= "チェックボックス"、値=値、クラス= "入力小")) } runApp(リスト( UI = bootstrapPage( textInputRow(inputId =」私はあなたのコードを実行したときに、私は理解することは非常にわからないxlimitsmin」、ラベル= "X-分") )、 サーバー=機能(入力、出力){} )) – andy

+0

、それは( が必要働きますshiny ') textInputRow <-function(inputId、labe l、value = ""){ div(style = "display:inline-block;背景:#FFFF00; runApp(color:#880000) () – CClaire

+0

はいCClaire、私が最後にコメントしたコード:)( ui = bootstrapPage(textInputRow(inputId = "xlimitsmin"、label = "x-min")) server = function Prob固定:) – andy

関連する問題