diff --git a/css/pell.css b/css/pell.css new file mode 100644 index 0000000..a0e6a1c --- /dev/null +++ b/css/pell.css @@ -0,0 +1,26 @@ +.pell { + border: 1px solid rgba(10, 10, 10, 0.1); + box-sizing: border-box; } + +.pell-content { + box-sizing: border-box; + height: 300px; + outline: 0; + overflow-y: auto; + padding: 10px; } + +.pell-actionbar { + background-color: #FFF; + border-bottom: 1px solid rgba(10, 10, 10, 0.1); } + +.pell-button { + background-color: transparent; + border: none; + cursor: pointer; + height: 30px; + outline: 0; + width: 30px; + vertical-align: bottom; } + +.pell-button-selected { + background-color: #F0F0F0; } diff --git a/index.html b/index.html index 0bd726c..1c2aa36 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@