aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk.css
diff options
context:
space:
mode:
authorHEXcube2016-04-24 15:28:54 +0530
committerhorst31802016-04-24 11:58:54 +0200
commit70f77a42fede0bb47973a66bbc5a908132a2a858 (patch)
treedddb02b90be75c1609edb1e8b6d8616f707b9bde /common/gtk-3.0/3.16/gtk.css
parent90f1c140669cea6ce43a3112ffa3af92fe1f3531 (diff)
downloadsolarc-theme-70f77a42fede0bb47973a66bbc5a908132a2a858.tar.gz
solarc-theme-70f77a42fede0bb47973a66bbc5a908132a2a858.tar.xz
solarc-theme-70f77a42fede0bb47973a66bbc5a908132a2a858.zip
Add theming for Unity Greeter (#466)
* Add theming for Unity Greeter * Generated css files from scss - Replace alpha() and shade() in Sass with transparentize() and lighten() * Rebase unity-greeter css code from upstream and drop excessive nesting * Fix clock color and combo entry field * Fix and improve Unity Greeter theming - Fix panel icons - Make password entry box rounder - Add a bit of transparency to panel clock
Diffstat (limited to 'common/gtk-3.0/3.16/gtk.css')
-rw-r--r--common/gtk-3.0/3.16/gtk.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index 97b68d5..20f197a 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -3127,6 +3127,87 @@ UnityPanelWidget,
background-image: linear-gradient(to bottom, #5294E2);
border-bottom: none; }
+.lightdm.menu {
+ background-image: none;
+ background-color: rgba(0, 0, 0, 0.4);
+ border-color: rgba(255, 255, 255, 0.8);
+ border-radius: 4px;
+ padding: 1px;
+ color: white; }
+
+.lightdm-combo .menu {
+ background-color: rgba(253, 253, 254, 0.95);
+ border-radius: 0px;
+ padding: 0px;
+ color: white; }
+
+.lightdm.menu .menuitem *,
+.lightdm.menu .menuitem.check:active,
+.lightdm.menu .menuitem.radio:active {
+ color: white; }
+
+.lightdm.menubar {
+ color: rgba(255, 255, 255, 0.8);
+ background-image: none;
+ background-color: rgba(0, 0, 0, 0.5); }
+ .lightdm.menubar > .menuitem {
+ padding: 2px 6px; }
+
+.lightdm-combo.combobox-entry .button,
+.lightdm-combo .cell,
+.lightdm-combo .button,
+.lightdm-combo .entry,
+.lightdm.button,
+.lightdm.entry {
+ background-image: none;
+ background-color: rgba(0, 0, 0, 0.3);
+ border-color: rgba(255, 255, 255, 0.4);
+ border-radius: 10px;
+ 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: rgba(255, 255, 255, 0.1);
+ border-width: 1px;
+ border-style: solid;
+ color: white; }
+
+.lightdm.entry:selected {
+ background-color: rgba(255, 255, 255, 0.8); }
+
+.lightdm.entry:active {
+ -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
+ animation: dashentry_spinner 1s infinite linear; }
+
+.lightdm.option-button {
+ padding: 2px;
+ background: none;
+ border: 0; }
+
+.lightdm.toggle-button {
+ background: none;
+ border-width: 0; }
+ .lightdm.toggle-button.selected {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-width: 1px; }
+
+@keyframes dashentry_spinner {
+ to {
+ -gtk-icon-transform: rotate(1turn); } }
+
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;