Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2016-04-04 11:53:36 +0300
committerYan Zhu <picturepan2@hotmail.com>2016-04-04 11:53:36 +0300
commitaea71b81042ddcf399a3da82ec6f8c3965b575ff (patch)
tree19de51d5c97f3599be1f3be44e1bcb19a2b62b1e /dist
parenta633453c7e4a9e0c719a2da8c89394a788a96843 (diff)
update chips example codes
Diffstat (limited to 'dist')
-rw-r--r--dist/spectre.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/dist/spectre.css b/dist/spectre.css
index fc3faa7..8d379ee 100644
--- a/dist/spectre.css
+++ b/dist/spectre.css
@@ -762,8 +762,8 @@ button.btn-block {
}
.btn.btn-clear,
button.btn-clear {
- width: 1.6rem;
- height: 1.6rem;
+ width: 1.4rem;
+ height: 1.4rem;
padding: 0;
margin: 0.1rem -0.2rem 0.1rem 0.2rem;
border: 0;
@@ -1146,6 +1146,7 @@ textarea.form-input {
padding: .3rem .6rem;
border-radius: .3rem;
font-size: 1.2rem;
+ vertical-align: middle;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
@@ -1156,6 +1157,10 @@ textarea.form-input {
.chip .chip-name {
margin-left: .4rem;
}
+.chip:hover,
+.chip:focus {
+ background-color: #eaeaea;
+}
.label {
display: inline-block;
padding: .3rem .5rem;