Skip to content

Commit 7d4fe29

Browse files
committed
fixed some skin-related issues
1 parent 0b20f86 commit 7d4fe29

20 files changed

+24
-17
lines changed

www/css/sepiaFW-cards.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,10 @@
292292
align-items: center;
293293
justify-content: center;
294294
width: calc(100% - 120px);
295+
min-height: 38px;
295296
margin: 5px 5px 0px 5px;
296297
padding: 5px;
298+
font-weight: bold;
297299
}
298300
.sepiaFW-cards-list-body .radioStation .radioRight {
299301
display: flex;

www/css/sepiaFW-frames.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
.sepiaFW-frames-page {
5858
padding: 8px 16px;
5959
overflow-y: auto;
60+
/*overflow-y: overlay;*/
6061
-webkit-overflow-scrolling: touch;
6162
}
6263
.sepiaFW-frames-page button {

www/css/sepiaFW-skin-9to5.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ html {
118118
color: #312F3F !important;
119119
}
120120
.sepiaFW-cards-list-body .listElement .listRight {
121-
border-left: 2px solid #c2c3d3;
121+
border-color: #c2c3d3;
122122
background: #d4d5e0;
123123
}
124124
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {

www/css/sepiaFW-skin-autum.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ html {
136136
color: #44451f;
137137
}
138138
.sepiaFW-cards-list-body .listElement .listRight {
139-
border-left: 2px solid #f3b547;
139+
border-color: #f3b547;
140140
background: #ebd2a6;
141141
}
142142
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {

www/css/sepiaFW-skin-bytemind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ html {
162162
color: #fff;
163163
}
164164
.sepiaFW-cards-list-body .listElement .listRight {
165-
border-left: 2px solid #e5e5e5;
165+
border-color: #e5e5e5;
166166
background: #fcfcfc;
167167
color: #262629;
168168
}

www/css/sepiaFW-skin-canny.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ html {
161161
color: #2f3035;
162162
}
163163
.sepiaFW-cards-list-body .listElement .listRight {
164-
border-left: 2px solid #61E69D;
164+
border-color: #61E69D;
165165
background: #eaeaea;
166166
}
167167
.sepiaFW-cards-list-footer {

www/css/sepiaFW-skin-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ html {
294294
background: rgba(206, 255, 26, 0.95);
295295
}
296296
.sepiaFW-cards-list-body .listElement .listRight {
297-
border-left: 2px solid #ceff1a;
297+
border-color: #ceff1a;
298298
background: #44505c;
299299
}
300300
.sepiaFW-cards-list-body .listElement .listRight:hover {

www/css/sepiaFW-skin-malachite.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ html {
225225
background: #07333a;
226226
}
227227
.sepiaFW-cards-list-body .listElement .listRight {
228-
border-left: 2px solid #101418;
228+
border-color: #101418;
229229
background: #465056;
230230
}
231231
.sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage {

www/css/sepiaFW-skin-myMessage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ html {
179179
background: rgba(255, 255, 255, 0.90);
180180
}
181181
.sepiaFW-cards-list-body .listElement .listRight {
182-
border-left: 2px solid #ededed;
182+
border-color: #ededed;
183183
background: rgba(255, 255, 255, 0.90);
184184
color: #000;
185185
}

www/css/sepiaFW-skin-neo-sepia-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ html {
257257
color: #ECEBE7;
258258
}
259259
.sepiaFW-cards-list-body .listElement .listRight {
260-
border-left: 2px solid #101418;
260+
border-color: #101418;
261261
/*background: #465056;*/
262262
/*background: #24272a;*/
263263
background: #2d3034;

0 commit comments

Comments
 (0)