Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Some Cinnamon Fixes + Basic Fix #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions Windows Se7en Basic/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ StScrollBar StButton#vhandle:hover {
#panel {
background-color: #9CB5D1;
box-shadow: none;
border-image: url("panel.png");
border-image: url("panel.png") 0 15 0 0;
outline: 1px rgba(0,0,0,0.5);
color: #fff;
font-size: 9pt;
Expand Down Expand Up @@ -320,14 +320,15 @@ StScrollBar StButton#vhandle:hover {
spacing: 4px;
}

/*
#panelRight .applet-box:last-child {
border-image: url("panel-assets/ShowDesktop.png");
background-position: center center;

#panelRight {
/*border-image: url("panel-assets/ShowDesktop.png) 0 15 0 0;*/
border-image-repeat: no-repeat;
transition-duration: 300;
color: rgba(255,0,0,0) !important;
border: 0 solid transparent;
}

/*
#panelRight .applet-box:last-child:hover {
border-image: url("panel-assets/ShowDesktopHover.png");
}
Expand All @@ -348,10 +349,12 @@ StScrollBar StButton#vhandle:hover {
#panelLeft .applet-box:first-child:hover {
transition-duration: 200; background: url("orbs/OBB2.png");
border-image: url("panel-assets/Panel-left.png");
transition-duration: 300;
}
#panelLeft .applet-box:first-child:active {
background: url("orbs/OBB3.png");
border-image: url("panel-assets/Panel-left.png");
transition-duration: 0;
}

#panelLeft:dnd {
Expand Down Expand Up @@ -1629,6 +1632,13 @@ border-radius: 1px;
padding-bottom: 0px;
}

.starkmenu-background {
border: 1px solid rgba(255,255,255,0.5);
border-image: url('menu-assets/menu-bg.png') 12 12 67 42;
box-shadow: 16px -5px 20px 10px rgba(0,0,0,0.4);
border-radius: 6px 6px 0px 0px;
}

.menu-favorites-box {
margin: auto;
background-color: #fff;
Expand Down Expand Up @@ -1731,9 +1741,8 @@ border-radius: 1px;

.menu-category-button-selected {
padding: 7px;
color: black;
/* background-color: #2975E9;*/
border-image: url('menu-assets/hover.png') 5;
border-image: url('menu-assets/hover2.png') 9;
}

.menu-category-button-label:ltr {
Expand Down Expand Up @@ -2046,7 +2055,7 @@ border-radius: 1px;
padding-left: 6px;
padding-right: 6px;
transition-duration: 300;
padding-top: 1px;
padding-top: 0;
}
.applet-box:hover {
background-color: rgba(25,25,25,0);
Expand Down
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 Se7en Basic/cinnamon/panel-assets/ShowDesktop.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 Se7en Basic/cinnamon/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Windows Se7en Blue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,12 @@ StScrollBar StButton#vhandle:hover {
}
#panelLeft .applet-box:first-child:hover {
transition-duration: 200; background: url("orbs/OBB2.png");
transition-duration: 300;
border-image: none;
}
#panelLeft .applet-box:first-child:active {
background: url("orbs/OBB3.png");
transition-duration: 0;
border-image: none;
}

Expand Down
2 changes: 2 additions & 0 deletions Windows Se7en/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,12 @@ StScrollBar StButton#vhandle:hover {
#panelLeft .applet-box:first-child:hover {
transition-duration: 200; background: url("orbs/OBB2.png");
border-image: none;
transition-duration: 300;
}
#panelLeft .applet-box:first-child:active {
background: url("orbs/OBB3.png");
border-image: none;
transition-duration: 0;
}

#panelLeft:dnd {
Expand Down