Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 8ba2251

Browse files
author
Nick Wong
committed
change description colour
and icon size
1 parent b9b8afe commit 8ba2251

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

style/bb/lists.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
box-sizing: border-box;
4141
transition: -webkit-transform 0.3s ease, padding 0.3s ease;
4242
transition: transform 0.3s ease, padding 0.3s ease;
43-
border-bottom: solid 0.1rem #aeaeae;
43+
border-bottom: solid 0.1rem #ccc;
4444
color: #2c2c2c;
4545
margin: 0;
4646
display: block;

style/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ html, body {
1212
padding: 0;
1313
font-size: 10px;
1414
font-family: "Open Sans", sans-serif;
15-
background: #dfdfdf;
15+
background: #eee;
1616
color: #6f6f6f;
1717
}
1818

@@ -60,7 +60,7 @@ section[data-type="sidebar"] [role="toolbar"] .icon-setting {
6060
section > header:first-child .icon.icon-back {
6161
padding-right: .8rem;
6262
padding-top: 1.4rem;
63-
font-size: 2rem !important;
63+
font-size: 1.8rem !important;
6464
}
6565

6666
section > header:first-child .icon.icon-close {
@@ -133,7 +133,7 @@ form[role=dialog].current {
133133
}
134134

135135
[data-type="list"] li.fileListItem:not(li.fileListItem + h2) {
136-
border-bottom: 2px solid #aeaeae;
136+
border-bottom: 2px solid #ccc;
137137
}
138138

139139
[data-type="list"] li.fileListItem a {
@@ -148,7 +148,7 @@ form[role=dialog].current {
148148
}
149149

150150
[data-type="list"] li.fileListItem .fileItemDescription {
151-
background: #bbb;
151+
background: #ccc;
152152
font-size: 1.2rem;
153153
max-height: 5rem;
154154
overflow: hidden;
@@ -185,7 +185,7 @@ form[role=dialog].current {
185185
}
186186

187187
[data-type="list"] li.fileListItem .icon-arrow {
188-
font-size: 2rem;
188+
font-size: 1.7rem;
189189
color: #aaa;
190190
}
191191

0 commit comments

Comments
 (0)