Skip to content

Commit

Permalink
New codebases for Plex & Slate
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jan 24, 2017
1 parent 23431fb commit 38b15af
Show file tree
Hide file tree
Showing 254 changed files with 3,893 additions and 13,531 deletions.
6 changes: 3 additions & 3 deletions Windows Longhorn Aero 5048/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ StScrollBar StButton#vhandle:hover {
}

#panelLeft .applet-box:first-child {
border-image: url('menu.png') 7 0 0 0;
border-image: url('menu-box.png') 7 0 0 0;
padding-right: 18px;
color: white;
padding-left: 10px;
Expand All @@ -278,11 +278,11 @@ StScrollBar StButton#vhandle:hover {
}

#panelLeft .applet-box:first-child:hover {
border-image: url('menu.png') 7 0 0 0;
border-image: url('menu-box.png') 7 0 0 0;
}

#panelLeft .applet-box:first-child:active {
border-image: url('menu.png') 7 0 0 0;
border-image: url('menu-box.png') 7 0 0 0;
}

#panelLeft:dnd {
Expand Down
Binary file added Windows Longhorn Aero 5048/cinnamon/menu-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Windows Longhorn Aero 5048/cinnamon/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Windows Longhorn Aero 5048/cinnamon/start.png
Binary file not shown.
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/gnome-applications.css
100644 → 100755
Empty file.
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/granite-widgets.css
100644 → 100755
Empty file.
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/lightdm-gtk-greeter.css
100644 → 100755
Empty file.
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/nemo.css
100644 → 100755
Empty file.
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/synaptic.css
100644 → 100755
Empty file.
23 changes: 11 additions & 12 deletions Windows Longhorn Plex/gtk-3.0/apps/unity.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ UnityDecoration.bottom:backdrop {
background-image: linear-gradient(to top, #4f88d6);
}

/* blx*/
/* unity top bar */
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelMenuBar.menubar,
Expand All @@ -59,34 +59,33 @@ UnityPanelWidget,
border-style: solid;
border-color: @panel_bg_color;
background-color: @panel_bg_color;
background-image: url('../assets/panel.png');
background-image: none;
color: @panel_fg_color;
}
/* blx*/


.unity-panel.menubar,
.unity-panel .menubar {
}

.unity-panel.menuitem,
.unity-panel .menuitem {
border-width: 0 1px;
color: #fff /*@panel_fg_color*/;
border-width: 0;
border-color: transparent;
}

.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-color: #fff /*mix(@panel_bg_color, @panel_fg_color, 0.21)*/;
background-image: linear-gradient(to top, @theme_selected_bg_color);
border-color: @theme_selected_bg_color;
background-color: @theme_selected_bg_color;
background-image: none;
color: #fff /*shade(@panel_fg_color, 1.08)*/;
color: @theme_selected_fg_color;
}

/* blx*/
/* misc stuff on calendar */
.menuitem GtkCalendar,
.menuitem GtkCalendar.button,
.menuitem GtkCalendar.header,
.menuitem GtkCalendar.view {
background-color: #000;
color: #fff /*@fg_color*/;
background-color: @theme_selected_bg_color;;
color: @theme_selected_fg_color;
}
Empty file modified Windows Longhorn Plex/gtk-3.0/apps/xfce.css
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion Windows Longhorn Plex/gtk-3.0/gtk-3.20

This file was deleted.

Loading

0 comments on commit 38b15af

Please sign in to comment.