summaryrefslogtreecommitdiff
path: root/Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-18 18:20:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-18 18:20:40 +0100
commita8ddb5d8e40547675e7eeee73a1685d98e9dcf1d (patch)
tree01c147bff11033474dd0b25e9847f5fe8a204bf1 /Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css
parent51afec664aa937c421d042b0e48e7e9fc4c5d217 (diff)
rebase Redcore gtk theme on Numix
Diffstat (limited to 'Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css')
-rw-r--r--Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css b/Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css
deleted file mode 100644
index c0dd6f8..0000000
--- a/Redcore-nighttime/gtk-3.0/apps/lightdm-unity-greeter.css
+++ /dev/null
@@ -1,67 +0,0 @@
-.lightdm.menu {
- background-image: none;
- background-color: alpha(black, 0.6);
- border-color: alpha(white, 0.2);
- border-radius: 3px;
- padding: 1px;
- color: white;
-}
-
-.lightdm-combo .menu {
- background-color: alpha(black, 0.6);
- border-radius: 0;
- padding: 0;
- 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: 3px;
- padding: 7px;
- color: white;
- text-shadow: none;
-}
-
-.lightdm.button,
-.lightdm.button:hover,
-.lightdm.button:active,
-.lightdm.button:active:focus,
-.lightdm.entry,
-.lightdm.entry:hover,
-.lightdm.entry:active,
-.lightdm.entry:active:focus {
- background-image: none;
-}
-
-.lightdm.button:focus,
-.lightdm.entry:focus {
- border-color: alpha(white, 0.9);
- color: white;
-}
-
-@keyframes dashentry_spinner {
- to { -gtk-icon-transform: rotate(1turn); }
-}
-
-.lightdm.entry:active {
- -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
- animation: dashentry_spinner 1s infinite linear;
-}