aboutsummaryrefslogtreecommitdiff
path: root/themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to 'themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css')
-rwxr-xr-xthemes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css65
1 files changed, 65 insertions, 0 deletions
diff --git a/themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css b/themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css
new file mode 100755
index 0000000..9146368
--- /dev/null
+++ b/themes/.themes/cathexis/gtk-3.0/apps/unity-greeter.css
@@ -0,0 +1,65 @@
+.lightdm.menu {
+ background-image: none;
+ background-color: alpha (black, 0.6);
+ border-color: alpha (white, 0.2);
+ border-radius: 4px;
+ padding: 1px;
+
+ color: white;
+}
+
+.lightdm-combo .menu {
+ background-color: shade (@dark_bg_color, 1.08);
+ border-radius: 0px;
+ padding: 0px;
+
+ color: white;
+}
+
+.lightdm.menu .menuitem *,
+.lightdm.menu .menuitem.check:active,
+.lightdm.menu .menuitem.radio:active {
+ color: white;
+}
+
+.lightdm.menubar {
+ background-image: none;
+ background-color: alpha (black, 0.5);
+}
+
+.lightdm-combo.combobox-entry .button,
+.lightdm-combo .cell,
+.lightdm-combo .button,
+.lightdm-combo .entry,
+.lightdm.button,
+.lightdm.entry {
+ background-image: none;
+ background-color: alpha (black, 0.3);
+ border-color: alpha (white, 0.6);
+ border-radius: 5px;
+ padding: 7px;
+
+ color: white;
+ text-shadow: none;
+}
+
+.lightdm.button,
+.lightdm.button:hover,
+.lightdm.button:active,
+.lightdm.button:active:focused,
+.lightdm.entry,
+.lightdm.entry:hover,
+.lightdm.entry:active,
+.lightdm.entry:active:focused {
+ background-image: none;
+ border-image: none;
+}
+
+.lightdm.button:focused,
+.lightdm.entry:focused {
+ border-color: alpha (white, 0.9);
+ border-width: 1px;
+ border-style: solid;
+
+ color: white;
+}