Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit f4dfcf8

Browse files
committed
Merge pull request #9 from shimmerproject/master
upstream fixes
2 parents 53c9d48 + c61729d commit f4dfcf8

File tree

2 files changed

+40
-37
lines changed

2 files changed

+40
-37
lines changed

gtk-3.0/scss/apps/_nautilus.scss

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323

2424
.sidebar .frame { border: 0; }
2525

26+
.sidebar-icon {
27+
padding-left: $spacing;
28+
padding-right: $spacing;
29+
}
30+
2631
GtkPaned {
2732
border-width: 0 1px 0 0;
2833
border-style: solid;

gtk-3.0/scss/apps/_unity-greeter.scss

+35-37
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,33 @@
55
@include exports("unity-greeter") {
66

77

8-
.lightdm.menu {
9-
background-image: none;
10-
background-color: alpha($black, 0.6);
11-
border-color: alpha($white, 0.2);
12-
border-radius: 4px;
13-
padding: 1px;
14-
15-
color: $white;
16-
}
17-
18-
.lightdm-combo .menu {
19-
background-color: shade($dark_bg_color, 1.08);
20-
border-radius: 0px;
21-
padding: 0px;
8+
.lightdm.menu {
9+
background-image: none;
10+
background-color: fade-out($black, .4);
11+
border-color: fade-out($white, .8);
12+
border-radius: 4px;
13+
padding: 1px;
2214

23-
color: $white;
24-
}
15+
color: $white;
16+
}
2517

26-
.lightdm.menu .menuitem *,
27-
.lightdm.menu .menuitem.check:active,
28-
.lightdm.menu .menuitem.radio:active {
29-
color: $white;
30-
}
18+
.lightdm-combo .menu {
19+
background-color: shade($dark_bg_color, 1.08);
20+
border-radius: 0;
21+
padding: 0;
22+
color: $white;
23+
}
3124

32-
.lightdm.menubar {
33-
background-image: none;
34-
background-color: alpha(#00ff00, 0.5);
35-
}
25+
.lightdm.menu .menuitem *,
26+
.lightdm.menu .menuitem.check:active,
27+
.lightdm.menu .menuitem.radio:active {
28+
color: $white;
29+
}
3630

31+
.lightdm.menubar *,
32+
.lightdm.menubar .menuitem {
33+
padding: 2px;
34+
}
3735

3836
.lightdm-combo.combobox-entry .button,
3937
.lightdm-combo .cell,
@@ -42,16 +40,16 @@
4240

4341
.lightdm.button{
4442
background-image: none;
45-
background-color: alpha($black, 0.3);
46-
border-color: alpha($white, 0.9);
43+
background-color: fade-out($black, .7);
44+
border-color: fade-out($white, .1);
4745
border-radius: 5px;
4846
padding: 5px;
4947
color: $white;
5048
}
5149
.lightdm.button:hover {
5250
background-image: none;
53-
background-color: alpha($white, 0.3);
54-
border-color: alpha($white, 0.6);
51+
background-color: fade-out($white, .7);
52+
border-color: fade-out($white, .4);
5553
border-radius: 5px;
5654
padding: 5px;
5755
color: $white;
@@ -63,8 +61,8 @@
6361

6462
.lightdm.entry {
6563
background-image: none;
66-
background-color: alpha($black, 0.3);
67-
border-color: alpha($white, 0.6);
64+
background-color: fade-out($black, .7);
65+
border-color: fade-out($white, .4);
6866
border-radius: 5px;
6967
padding: 7px;
7068
color: $white;
@@ -77,13 +75,13 @@
7775
border-image: none;
7876
}
7977
.lightdm.entry:focused {
80-
border-color: alpha($white, 0.6);
78+
border-color: fade-out($white, .4);
8179
border-width: 1px;
8280
border-style: solid;
8381
color: $white;
8482
}
8583
.lightdm.entry:selected {
86-
background-color: alpha($white, 0.2);
84+
background-color: fade-out($white, .8);
8785
}
8886

8987
@keyframes dashentry_spinner {
@@ -106,13 +104,13 @@
106104
border-width: 0;
107105
}
108106
.lightdm.toggle-button.selected:hover {
109-
background-color: alpha($white, 0.3);
110-
border-color: alpha($white, 0.3);
107+
background-color: fade-out($white, .7);
108+
border-color: fade-out($white, .7);
111109
border-width: 1px;
112110
}
113111
.lightdm.toggle-button.selected {
114-
background-color: alpha($black, 0.3);
115-
border-color: alpha($white, 0.3);
112+
background-color: fade-out($black, .7);
113+
border-color: fade-out($white, .7);
116114
border-width: 1px;
117115
}
118116
}

0 commit comments

Comments
 (0)