mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
update gedit style
This commit is contained in:
parent
c5e9156df5
commit
866ae993eb
@ -938,12 +938,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2773,6 +2773,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #2b2e39; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2857,34 +2860,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #9da3ad; }
|
color: #9da3ad; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #D3DAE3; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #D3DAE3; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #2b2e39;
|
border: 1px solid #2b2e39;
|
||||||
background-color: #22242d;
|
background-color: #22242d;
|
||||||
@ -3453,28 +3453,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -937,12 +937,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2772,6 +2772,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #dcdfe3; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2856,34 +2859,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #92959d; }
|
color: #92959d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #5c616c; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #dcdfe3;
|
border: 1px solid #dcdfe3;
|
||||||
background-color: #d9dde0;
|
background-color: #d9dde0;
|
||||||
@ -3452,28 +3452,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -938,12 +938,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2773,6 +2773,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #2b2e39; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2857,34 +2860,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #9da3ad; }
|
color: #9da3ad; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #D3DAE3; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #D3DAE3; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #2b2e39;
|
border: 1px solid #2b2e39;
|
||||||
background-color: #22242d;
|
background-color: #22242d;
|
||||||
@ -3453,28 +3453,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -937,12 +937,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2772,6 +2772,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #dcdfe3; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2856,34 +2859,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #92959d; }
|
color: #92959d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #5c616c; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #dcdfe3;
|
border: 1px solid #dcdfe3;
|
||||||
background-color: #d9dde0;
|
background-color: #d9dde0;
|
||||||
@ -3452,28 +3452,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -937,12 +937,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2776,6 +2776,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #dcdfe3; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2860,34 +2863,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #92959d; }
|
color: #92959d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #5c616c; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #dcdfe3;
|
border: 1px solid #dcdfe3;
|
||||||
background-color: #d9dde0;
|
background-color: #d9dde0;
|
||||||
@ -3456,28 +3456,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -937,12 +937,12 @@ paned.titlebar separator {
|
|||||||
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
paned.titlebar > headerbar:not(:only-child):not(:first-child):not(:last-child) {
|
||||||
border-radius: 0; }
|
border-radius: 0; }
|
||||||
|
|
||||||
paned.titlebar > headerbar:first-child {
|
paned.titlebar > headerbar ~ headerbar {
|
||||||
border-top-right-radius: 0; }
|
|
||||||
|
|
||||||
paned.titlebar > headerbar:last-child {
|
|
||||||
border-top-left-radius: 0; }
|
border-top-left-radius: 0; }
|
||||||
|
|
||||||
|
paned.titlebar > headerbar:first-child:dir(ltr) {
|
||||||
|
border-top-right-radius: 0; }
|
||||||
|
|
||||||
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@ -2776,6 +2776,9 @@ modelbutton.flat:selected, treeview.view:selected, row:selected, .sidebar:select
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
outline-color: rgba(255, 255, 255, 0.3); }
|
outline-color: rgba(255, 255, 255, 0.3); }
|
||||||
|
|
||||||
|
.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked {
|
||||||
|
box-shadow: inset 0 -1px #dcdfe3; }
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
border-radius: 2px; }
|
border-radius: 2px; }
|
||||||
|
|
||||||
@ -2860,34 +2863,31 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
|||||||
color: rgba(255, 255, 255, 0.9); }
|
color: rgba(255, 255, 255, 0.9); }
|
||||||
|
|
||||||
.gedit-document-panel row button {
|
.gedit-document-panel row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none; }
|
||||||
padding: 4px; }
|
|
||||||
.gedit-document-panel row button image {
|
.gedit-document-panel row button image {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button {
|
.gedit-document-panel row:hover:not(:selected) button {
|
||||||
color: #92959d; }
|
color: #92959d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||||
.gedit-document-panel row button:hover,
|
|
||||||
.gedit-document-panel .prelight-row button:hover {
|
|
||||||
color: #ff4d4d; }
|
color: #ff4d4d; }
|
||||||
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
|
color: #5c616c; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row:selected button:hover {
|
.gedit-document-panel row:hover:selected button:hover {
|
||||||
color: #ff6666;
|
color: #ff6666;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.gedit-document-panel .prelight-row:selected button:hover:active {
|
.gedit-document-panel row:hover:selected button:hover:active {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #5c616c; }
|
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
border: 1px solid #dcdfe3;
|
border: 1px solid #dcdfe3;
|
||||||
background-color: #d9dde0;
|
background-color: #d9dde0;
|
||||||
@ -3456,28 +3456,19 @@ GtkListBox .h4 {
|
|||||||
.maximized .gedit-document-panel {
|
.maximized .gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
.gedit-document-panel row {
|
.gedit-document-panel row {
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF;
|
||||||
.gedit-document-panel row {
|
background-color: rgba(186, 195, 207, 0); }
|
||||||
background-color: rgba(186, 195, 207, 0);
|
|
||||||
border: solid rgba(186, 195, 207, 0);
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:hover {
|
.gedit-document-panel row:hover {
|
||||||
border: solid rgba(186, 195, 207, 0.15);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: rgba(186, 195, 207, 0.15); }
|
background-color: rgba(186, 195, 207, 0.15); }
|
||||||
.gedit-document-panel row:active {
|
.gedit-document-panel row:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel row:active button {
|
.gedit-document-panel row:active button {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2; }
|
||||||
border: solid #5294E2;
|
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||||
border-width: 3px 2px 3px 2px; }
|
|
||||||
.gedit-document-panel .prelight-row button:active {
|
|
||||||
color: #BAC3CF; }
|
color: #BAC3CF; }
|
||||||
|
|
||||||
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
.nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
//
|
//
|
||||||
// Tab overrides
|
// Tab overrides
|
||||||
//
|
//
|
||||||
//GeditNotebook.notebook,
|
.gedit-bottom-panel-paned notebook {
|
||||||
//ScratchMainWindow .notebook,
|
//ScratchMainWindow .notebook,
|
||||||
//EphyNotebook.notebook,
|
//EphyNotebook.notebook,
|
||||||
//MidoriNotebook .notebook,
|
//MidoriNotebook .notebook,
|
||||||
//TerminalWindow .notebook,
|
//TerminalWindow .notebook,
|
||||||
//PantheonTerminalPantheonTerminalWindow .notebook {
|
//PantheonTerminalPantheonTerminalWindow .notebook {
|
||||||
//
|
> header.top > tabs > tab:checked { box-shadow: inset 0 -1px $borders_color; }
|
||||||
// header.top tab {
|
}
|
||||||
// &:active {
|
|
||||||
// box-shadow: inset 0 1px $borders_color,
|
|
||||||
// inset 0 -1px $borders_color,
|
|
||||||
// inset 1px 0 $borders_color,
|
|
||||||
// inset -1px 0 $borders_color;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
//TerminalWindow .notebook,
|
//TerminalWindow .notebook,
|
||||||
//PantheonTerminalPantheonTerminalWindow .notebook {
|
//PantheonTerminalPantheonTerminalWindow .notebook {
|
||||||
@ -220,32 +212,33 @@ $disk_space_free: darken($bg_color, 3%);
|
|||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
|
|
||||||
row button {
|
row button {
|
||||||
|
min-width: 22px;
|
||||||
|
min-height: 22px;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 4px;
|
|
||||||
& image { color: inherit; }
|
image { color: inherit; }
|
||||||
}
|
}
|
||||||
.prelight-row button {
|
|
||||||
|
row:hover:not(:selected) button {
|
||||||
color: mix($bg_color, $fg_color, 35%);
|
color: mix($bg_color, $fg_color, 35%);
|
||||||
|
|
||||||
|
&:hover { color: lighten(red, 15%); }
|
||||||
|
&:active { color: $fg_color; }
|
||||||
}
|
}
|
||||||
row button:hover,
|
|
||||||
.prelight-row button:hover {
|
row:hover:selected button:hover {
|
||||||
color: lighten(red, 15%);
|
|
||||||
}
|
|
||||||
.prelight-row:selected button:hover {
|
|
||||||
color: lighten(red, 20%);
|
color: lighten(red, 20%);
|
||||||
background-image: none;
|
background: none;
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
&:active { color: $selected_fg_color; }
|
&:active { color: $selected_fg_color; }
|
||||||
}
|
}
|
||||||
.prelight-row button:active {
|
|
||||||
color: $fg_color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gedit-document-panel-dragged-row {
|
.gedit-document-panel-dragged-row {
|
||||||
@ -275,10 +268,6 @@ $disk_space_free: darken($bg_color, 3%);
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//GeditFileBrowserWidget toolbar {
|
|
||||||
// border-bottom: 1px solid $borders_color;
|
|
||||||
//}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Epiphany
|
// Epiphany
|
||||||
//
|
//
|
||||||
|
@ -1026,8 +1026,9 @@ paned.titlebar {
|
|||||||
|
|
||||||
> headerbar {
|
> headerbar {
|
||||||
&:not(:only-child):not(:first-child):not(:last-child) { border-radius: 0;}
|
&:not(:only-child):not(:first-child):not(:last-child) { border-radius: 0;}
|
||||||
|
|
||||||
|
~ headerbar { border-top-left-radius: 0; }
|
||||||
&:first-child { border-top-right-radius: 0; }
|
&:first-child { border-top-right-radius: 0; }
|
||||||
&:last-child { border-top-left-radius: 0; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,63 +131,28 @@
|
|||||||
|
|
||||||
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
|
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
|
||||||
|
|
||||||
row { color: $dark_sidebar_fg; }
|
|
||||||
|
|
||||||
row {
|
row {
|
||||||
|
color: $dark_sidebar_fg;
|
||||||
background-color: transparentize($dark_sidebar_fg, 1);
|
background-color: transparentize($dark_sidebar_fg, 1);
|
||||||
border: solid transparentize($dark_sidebar_fg, 1);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
&:hover {
|
||||||
}
|
|
||||||
row:hover {
|
|
||||||
border: solid transparentize($dark_sidebar_fg, 0.85);
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
background-color: transparentize($dark_sidebar_fg, 0.85);
|
background-color: transparentize($dark_sidebar_fg, 0.85);
|
||||||
}
|
}
|
||||||
row:active {
|
&:active {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
border: solid $selected_bg_color;
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
|
|
||||||
button { color: $selected_fg_color; }
|
button { color: $selected_fg_color; }
|
||||||
}
|
}
|
||||||
row:selected, row:selected:hover {
|
&:selected, &:selected:hover {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
border: solid $selected_bg_color;
|
|
||||||
border-width: 3px 2px 3px 2px;
|
|
||||||
}
|
}
|
||||||
.prelight-row button:active {
|
&:hover:not(:selected) button:active {
|
||||||
color: $dark_sidebar_fg;
|
color: $dark_sidebar_fg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//GeditFileBrowserWidget {
|
|
||||||
// background-color: $dark_sidebar_bg;
|
|
||||||
//
|
|
||||||
// .maximized & { background-color: opacify($dark_sidebar_bg, 1); }
|
|
||||||
//
|
|
||||||
// scrollbar { @extend %dark_sidebar_scrollbar; }
|
|
||||||
//
|
|
||||||
// .horizontal {
|
|
||||||
// background-color: transparent;
|
|
||||||
// border-color: darken($dark_sidebar_bg, 7%);
|
|
||||||
//
|
|
||||||
// button { @extend %dark_sidebar_button; }
|
|
||||||
// combobox { color: $dark_sidebar_fg; }
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
//GeditWindow.background.csd GeditFileBrowserView.view {
|
|
||||||
//
|
|
||||||
// background-color: transparent;
|
|
||||||
// color: $dark_sidebar_fg;
|
|
||||||
//
|
|
||||||
// &.expander {
|
|
||||||
// color: $dark_sidebar_fg;
|
|
||||||
// &:hover { color: $selected_bg_color; }
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
%dark_sidebar_button {
|
%dark_sidebar_button {
|
||||||
@include button(osd);
|
@include button(osd);
|
||||||
|
Loading…
Reference in New Issue
Block a user