Skip to content

Commit 18256a1

Browse files
authored
Compass-189: Tweaks to the progress / loading view when switching between collections (#603)
1 parent f5330a9 commit 18256a1

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

src/app/styles/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ html, body {
3434
}
3535
}
3636
#statusbar {
37-
background: 0 0;
37+
background-color: rgba(255, 255, 255, .5);
3838
position: fixed;
3939
top: 0;
4040
left: 0;

src/app/styles/message-background.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ ul.message-background.centered {
1313
display: -webkit-flex;
1414
position: absolute;
1515
top: 0;
16-
left: 200;
16+
left: 0;
1717
right: 0;
1818
bottom: 0;
1919
-webkit-align-items: center;
2020
text-align: center;
21-
&.with-sidebar {
22-
left: @sidebar-width;
23-
}
2421
}
2522

2623
ul.message-background.centered li {
@@ -30,6 +27,7 @@ ul.message-background li {
3027
margin: 0;
3128
padding: 0;
3229
list-style: none;
30+
color: @gray5;
3331
}
3432

3533
.message-background-tip {

src/internal-packages/status/styles/index.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#statusbar {
2-
background: 0 0;
32
position: fixed;
43
top: 0;
54
left: 0;
@@ -85,6 +84,12 @@
8584
.btn.btn-info {
8685
margin-right: 5px;
8786
}
87+
88+
.btn.btn-info:hover {
89+
background-color: #67b144;
90+
border-color: #67b144;
91+
color: white;
92+
}
8893
div.buttons {
8994
font-size: 14px;
9095
}
@@ -97,7 +102,7 @@
97102
margin: 0 auto 30px;
98103
text-align: left;
99104
font-size: 24px;
100-
color: @gray3;
105+
color: @gray3;
101106
font-weight: 200;
102107

103108
li {

0 commit comments

Comments
 (0)