Skip to content

Commit b7a1020

Browse files
author
Caolan McMahon
committed
added contrast to install popup
1 parent a0c5a47 commit b7a1020

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

static/css/garden.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ code {
378378
padding: 10px 20px 10px 40px;
379379
}
380380
#install_options #install_to_dashboard {
381-
border-left: 1px solid #ddd;
381+
border-left: 1px solid #ccc;
382382
width: 289px;
383383
height: 190px;
384384
float: left;

static/css/note.less

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
margin-left: -350px;
88
margin-top: -130px;
99
background: #f9f9f9;
10-
border-right: 1px solid #ccc;
11-
border-bottom: 1px solid #ccc;
12-
border-left: 1px solid #ccc;
13-
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.2);
14-
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.2);
15-
-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.2);
16-
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.2);
10+
border-right: 1px solid #aaa;
11+
border-bottom: 1px solid #aaa;
12+
border-left: 1px solid #aaa;
13+
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.4);
14+
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.4);
15+
-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.4);
16+
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 20px rgba(0, 0, 0, 0.4);
1717
.border-radius(0 0 3px 3px);
1818
z-index: 10;
1919
}
@@ -26,33 +26,33 @@
2626
left: 50%;
2727
margin-left: -350px;
2828
margin-top: -150px;
29-
border-top: 1px solid #ccc;
30-
border-left: 1px solid #ccc;
29+
border-top: 1px solid #aaa;
30+
border-left: 1px solid #aaa;
3131
.border-radius(3px 0 0 0);
3232
z-index: 11;
3333
}
3434
.note-corner-border {
3535
width: 0px;
3636
height: 0px;
37-
border-left: 10px solid #c9c9c9;
37+
border-left: 10px solid #bbb;
3838
border-right: 10px solid transparent;
3939
border-top: 10px solid transparent;
40-
border-bottom: 10px solid #c9c9c9;
40+
border-bottom: 10px solid #bbb;
4141
position: fixed;
4242
top: 50%;
4343
left: 50%;
4444
margin-left: 332px;
4545
margin-top: -150px;
46-
.box-shadow(-1px 1px 2px rgba(0,0,0,0.8));
46+
.box-shadow(-1px 1px 2px black);
4747
z-index: 12;
4848
}
4949
.note-corner {
5050
width: 0px;
5151
height: 0px;
52-
border-left: 10px solid #e9e9e9;
52+
border-left: 10px solid #eee;
5353
border-right: 10px solid transparent;
5454
border-top: 10px solid transparent;
55-
border-bottom: 10px solid #e9e9e9;
55+
border-bottom: 10px solid #eee;
5656
position: fixed;
5757
top: 50%;
5858
left: 50%;
@@ -69,7 +69,7 @@
6969
position: relative;
7070
}
7171
.note-actions {
72-
border-top: 1px solid #c9c9c9;
72+
border-top: 1px solid #bbb;
7373
background: white;
7474
width: 680px;
7575
height: 30px;

0 commit comments

Comments
 (0)