Compare commits
21 Commits
2.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d4ba58226 | ||
|
|
9e8ef0c3d6 | ||
|
|
2392b528ee | ||
|
|
433a574e00 | ||
|
|
9320875c4b | ||
|
|
ad1dfa23b2 | ||
|
|
2f6348cb0e | ||
|
|
cc9c959ac6 | ||
|
|
20a5a33f28 | ||
|
|
9a1c0971fb | ||
|
|
f91d3251f7 | ||
|
|
c25fc05bd6 | ||
|
|
1ec33bcbe1 | ||
|
|
095ba407ca | ||
|
|
7ac06828a8 | ||
|
|
a50173fbd6 | ||
|
|
b9c663ac19 | ||
|
|
647f169f56 | ||
|
|
61941c05d5 | ||
|
|
b8ad507957 | ||
|
|
b4969d2a66 |
@@ -11,7 +11,7 @@ gulp.task('styles', function(done) {
|
||||
});
|
||||
|
||||
gulp.task('shell-style', function(done) {
|
||||
gulp.src('gnome-shell/*.scss')
|
||||
gulp.src('gnome-shell/**/*.scss')
|
||||
.pipe(sass().on('error', sass.logError))
|
||||
.pipe(gulp.dest('./gnome-shell/'))
|
||||
.pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Sweet"'))
|
||||
|
||||
@@ -1809,3 +1809,25 @@ StScrollBar {
|
||||
background-color: rgba(0,0,0,0);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
//
|
||||
// Cinnamenu applet
|
||||
//
|
||||
|
||||
.menu-category-button {
|
||||
|
||||
padding: 7px;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
|
||||
&-selected {
|
||||
padding: 7px;
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
&-hover {
|
||||
background-color: transparentize($selected_bg_color, 0.7);
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
@@ -1514,3 +1514,15 @@ StScrollBar {
|
||||
border: 0px;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 0px; }
|
||||
|
||||
.menu-category-button {
|
||||
padding: 7px;
|
||||
border: 1px solid rgba(0, 0, 0, 0); }
|
||||
.menu-category-button-selected {
|
||||
padding: 7px;
|
||||
color: #f7f7f7;
|
||||
background-color: #00e8b7;
|
||||
border: 1px solid #161819; }
|
||||
.menu-category-button-hover {
|
||||
background-color: rgba(0, 232, 183, 0.3);
|
||||
border-radius: 2px; }
|
||||
|
||||
@@ -1514,3 +1514,15 @@ StScrollBar {
|
||||
border: 0px;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 0px; }
|
||||
|
||||
.menu-category-button {
|
||||
padding: 7px;
|
||||
border: 1px solid rgba(0, 0, 0, 0); }
|
||||
.menu-category-button-selected {
|
||||
padding: 7px;
|
||||
color: #f7f7f7;
|
||||
background-color: #00e8b7;
|
||||
border: 1px solid #161819; }
|
||||
.menu-category-button-hover {
|
||||
background-color: rgba(0, 232, 183, 0.3);
|
||||
border-radius: 2px; }
|
||||
|
||||
@@ -3,7 +3,6 @@ $corner-radius: 2px;
|
||||
|
||||
/* GLOBALS */
|
||||
$font-size: 10;
|
||||
$font-family: Roboto,Ubuntu, Cantarell, Sans-Serif;
|
||||
$_bubble_bg_color: $osd_bg_color;
|
||||
$_bubble_fg_color: $fg_color;
|
||||
$_bubble_borders_color: $fg_color;
|
||||
@@ -11,7 +10,6 @@ $_bubble_transparent: transparentize($osd_bg_color, 0.17);
|
||||
$topbar_bg_color: transparentize($dracula,0.05);
|
||||
|
||||
stage {
|
||||
font-family: $font-family;
|
||||
@include fontsize($font-size);
|
||||
color: $fg_color;
|
||||
}
|
||||
@@ -1381,6 +1379,10 @@ StScrollBar {
|
||||
spacing: 24px; //
|
||||
}
|
||||
|
||||
#overview.cosmic-solid-bg {
|
||||
background-color: $base_color !important;
|
||||
}
|
||||
|
||||
.overview-controls {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
31
gnome-shell/_cosmic.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
/* Pop_OS COSMIC Dock styling, append !important to any changed rules */
|
||||
|
||||
.cosmic-dock #dock {
|
||||
border-radius: 12px 12px 12px 12px !important;
|
||||
border: 0 !important;
|
||||
background-color: darken($bg_color, 3%);
|
||||
margin: 4px !important;
|
||||
}
|
||||
|
||||
.cosmic-dock.extended #dock {
|
||||
border-radius: 0px !important;
|
||||
margin: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side #dock {
|
||||
border-top-width: 0 !important;
|
||||
border-bottom-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side.left #dock {
|
||||
border-left-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side.right #dock {
|
||||
border-right-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.bottom #dock {
|
||||
border-bottom-width: 0 !important;
|
||||
border-left-width: 0 !important;
|
||||
border-right-width: 0 !important; }
|
||||
|
||||
.cosmic-dock .app-well-app:hover .overview-icon, .cosmic-dock .app-well-app:focus .overview-icon, .cosmic-dock .app-well-app:selected .overview-icon {
|
||||
border-radius: 11px; }
|
||||
@@ -3,7 +3,6 @@
|
||||
*****************/
|
||||
/* GLOBALS */
|
||||
stage {
|
||||
font-family: Roboto, Ubuntu, Cantarell, Sans-Serif;
|
||||
font-size: 10pt;
|
||||
color: #98abb2; }
|
||||
|
||||
@@ -1256,6 +1255,9 @@ StScrollBar {
|
||||
#overview {
|
||||
spacing: 24px; }
|
||||
|
||||
#overview.cosmic-solid-bg {
|
||||
background-color: #1E282C !important; }
|
||||
|
||||
.overview-controls {
|
||||
padding-bottom: 32px; }
|
||||
|
||||
@@ -2085,3 +2087,32 @@ StScrollBar {
|
||||
|
||||
.openweather-current-databox-captions, .openweather-forecast-day {
|
||||
color: #00e8b7; }
|
||||
|
||||
/* Pop_OS COSMIC Dock styling, append !important to any changed rules */
|
||||
.cosmic-dock #dock {
|
||||
border-radius: 12px 12px 12px 12px !important;
|
||||
border: 0 !important;
|
||||
background-color: #1c262f;
|
||||
margin: 4px !important; }
|
||||
|
||||
.cosmic-dock.extended #dock {
|
||||
border-radius: 0px !important;
|
||||
margin: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side #dock {
|
||||
border-top-width: 0 !important;
|
||||
border-bottom-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side.left #dock {
|
||||
border-left-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.side.right #dock {
|
||||
border-right-width: 0 !important; }
|
||||
|
||||
.cosmic-dock.extended.bottom #dock {
|
||||
border-bottom-width: 0 !important;
|
||||
border-left-width: 0 !important;
|
||||
border-right-width: 0 !important; }
|
||||
|
||||
.cosmic-dock .app-well-app:hover .overview-icon, .cosmic-dock .app-well-app:focus .overview-icon, .cosmic-dock .app-well-app:selected .overview-icon {
|
||||
border-radius: 11px; }
|
||||
|
||||
@@ -3,4 +3,5 @@ $subtheme: 'main';
|
||||
@import "colors"; //use gtk colors
|
||||
@import "drawing";
|
||||
@import "common";
|
||||
@import "extensions"
|
||||
@import "extensions";
|
||||
@import "cosmic"
|
||||
2182
gnome-shell/v40/_common.scss
Normal file
2074
gnome-shell/v40/gnome-shell.css
Normal file
6
gnome-shell/v40/gnome-shell.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
$subtheme: 'main';
|
||||
|
||||
@import "../colors"; //use gtk colors
|
||||
@import "../drawing";
|
||||
@import "common";
|
||||
@import "../extensions"
|
||||
@@ -1,6 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
@@ -14,7 +12,7 @@
|
||||
height="480px"
|
||||
id="svg3032"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 (unknown)"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
||||
sodipodi:docname="assets.svg">
|
||||
<title
|
||||
id="title5071">EvoPop GTK2 Source</title>
|
||||
@@ -483,6 +481,15 @@
|
||||
x2="36"
|
||||
y2="5"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1547"
|
||||
id="linearGradient1566"
|
||||
x1="160"
|
||||
y1="7.5"
|
||||
x2="190"
|
||||
y2="7.5"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
@@ -491,17 +498,17 @@
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.2109641"
|
||||
inkscape:cx="92.249976"
|
||||
inkscape:cy="173.70848"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:zoom="4.8200062"
|
||||
inkscape:cx="440.53604"
|
||||
inkscape:cy="122.85314"
|
||||
inkscape:current-layer="layer2"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="713"
|
||||
inkscape:window-height="711"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
@@ -518,7 +525,8 @@
|
||||
inkscape:snap-midpoints="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:snap-others="false"
|
||||
guidetolerance="25">
|
||||
guidetolerance="25"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3076"
|
||||
@@ -564,7 +572,7 @@
|
||||
inkscape:label="backgrounds"
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 470.70026,4 H 636 V 476 H 470.70026 Z"
|
||||
id="rect5636"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -579,7 +587,7 @@
|
||||
id="rect6304"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 324,5 h 68 v 48 h -68 z"
|
||||
id="rect5030"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -860,15 +868,15 @@
|
||||
height="28"
|
||||
width="6"
|
||||
id="rect1571"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#c4c9d0;fill-opacity:1;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#c4c9d0;fill-opacity:1;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1573"
|
||||
transform="translate(-10,-10)"
|
||||
d="m 43,12 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 4 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
d="m 33,30 c -0.554,0 -1,-0.446 -1,-1 v -1 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 v 1 c 0,0.554 -0.446,1 -1,1 z"
|
||||
id="path1575"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -906,7 +914,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1589"
|
||||
d="M 3,2 C 2.446,2 2,2.446 2,3 V 4 C 2,3.446 2.446,3 3,3 H 7 C 7.554,3 8,3.446 8,4 V 3 C 8,2.446 7.554,2 7,2 Z"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
@@ -992,7 +1000,7 @@
|
||||
id="rect3078-81-1-6"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f0f1f3;fill-opacity:1;stroke:none;stroke-width:1.73205078;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f0f1f3;fill-opacity:1;stroke:none;stroke-width:1.73205;marker:none;enable-background:accumulate"
|
||||
id="rect3183"
|
||||
width="8"
|
||||
height="30"
|
||||
@@ -1061,7 +1069,7 @@
|
||||
height="13"
|
||||
width="13"
|
||||
id="rect9402"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<a
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
@@ -1070,7 +1078,7 @@
|
||||
transform="translate(-62,34)"
|
||||
id="a5307">
|
||||
<rect
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5272"
|
||||
width="4"
|
||||
height="7"
|
||||
@@ -1085,7 +1093,7 @@
|
||||
inkscape:label="#g5134"
|
||||
transform="translate(100,-8)">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect9413"
|
||||
width="13"
|
||||
height="13"
|
||||
@@ -1097,7 +1105,7 @@
|
||||
transform="translate(-46,34)"
|
||||
id="a5307-0">
|
||||
<rect
|
||||
style="fill:#55595f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#55595f;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5272-4"
|
||||
width="5"
|
||||
height="7"
|
||||
@@ -1117,14 +1125,14 @@
|
||||
height="13"
|
||||
width="13"
|
||||
id="rect9415"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<a
|
||||
inkscape:label="#a5307-0-9"
|
||||
style="fill:#00d3a7;fill-opacity:1"
|
||||
transform="translate(-30,34)"
|
||||
id="a5307-0-9">
|
||||
<rect
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5272-4-2"
|
||||
width="5"
|
||||
height="7"
|
||||
@@ -1147,9 +1155,9 @@
|
||||
height="1"
|
||||
width="1"
|
||||
id="rect5364"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5366"
|
||||
width="1"
|
||||
height="1"
|
||||
@@ -1164,7 +1172,7 @@
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect9317"
|
||||
width="1"
|
||||
height="1"
|
||||
@@ -1176,7 +1184,7 @@
|
||||
height="1"
|
||||
width="1"
|
||||
id="rect9319"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
id="scrollbar-horz-slider"
|
||||
@@ -1184,7 +1192,7 @@
|
||||
transform="translate(99,-8)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4713"
|
||||
width="13"
|
||||
height="13"
|
||||
@@ -1205,7 +1213,7 @@
|
||||
height="7"
|
||||
width="4"
|
||||
id="rect4717"
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</a>
|
||||
</g>
|
||||
<g
|
||||
@@ -1219,7 +1227,7 @@
|
||||
height="13"
|
||||
width="13"
|
||||
id="rect4721"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<a
|
||||
id="a4723"
|
||||
transform="rotate(90,270.75,-10.75)"
|
||||
@@ -1233,7 +1241,7 @@
|
||||
height="7"
|
||||
width="5"
|
||||
id="rect4725"
|
||||
style="fill:#55595f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#55595f;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</a>
|
||||
</g>
|
||||
<g
|
||||
@@ -1242,7 +1250,7 @@
|
||||
transform="translate(100,-8)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4729"
|
||||
width="13"
|
||||
height="13"
|
||||
@@ -1261,11 +1269,11 @@
|
||||
height="7"
|
||||
width="5"
|
||||
id="rect4733"
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</a>
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0.1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#000000;fill-opacity:0.1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="line"
|
||||
width="1"
|
||||
height="1"
|
||||
@@ -1276,7 +1284,7 @@
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90" />
|
||||
<rect
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="menubar-item-active"
|
||||
width="1"
|
||||
height="3"
|
||||
@@ -1691,7 +1699,7 @@
|
||||
rx="1.4999995"
|
||||
ry="1.5" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;stroke:#ffffff;stroke-width:0.98445737;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;stroke:#ffffff;stroke-width:0.984457;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 1.4922287,11.492229 V 5.4922287 c 0,-1.662 1.338,-3 3,-3 h 1 c 1.662,0 3,1.338 3,3 v 6.0000003"
|
||||
id="rect5362"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -1733,7 +1741,7 @@
|
||||
<g
|
||||
id="g5371">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.83666009;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
id="rect5373"
|
||||
width="6"
|
||||
height="28"
|
||||
@@ -1742,7 +1750,7 @@
|
||||
rx="1"
|
||||
ry="0.99999946" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
d="m 13,2 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 4 c 0.554,0 1,0.446 1,1 V 3 C 18,2.446 17.554,2 17,2 Z"
|
||||
id="rect5261-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -1750,7 +1758,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5266-5"
|
||||
d="m 13,30 c -0.554,0 -1,-0.446 -1,-1 v -1 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 v 1 c 0,0.554 -0.446,1 -1,1 z"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@@ -1770,7 +1778,7 @@
|
||||
id="g5397"
|
||||
transform="translate(17,7)">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:0.94117647;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:0.941176;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
id="rect5373-3"
|
||||
width="6"
|
||||
height="28"
|
||||
@@ -1779,7 +1787,7 @@
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
d="m 43,12 c -0.554,0 -1,0.446 -1,1 v 1 c 0,-0.554 0.446,-1 1,-1 h 4 c 0.554,0 1,0.446 1,1 v -1 c 0,-0.554 -0.446,-1 -1,-1 z"
|
||||
transform="translate(-10,-10)"
|
||||
id="rect5261"
|
||||
@@ -1788,7 +1796,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5266"
|
||||
d="m 33,30 c -0.554,0 -1,-0.446 -1,-1 v -1 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 v 1 c 0,0.554 -0.446,1 -1,1 z"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.15;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@@ -1815,7 +1823,7 @@
|
||||
id="g5137"
|
||||
transform="rotate(-90,127.5,-20.5)">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1557);fill-opacity:1;stroke:none;stroke-width:1.29099441;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1557);fill-opacity:1;stroke:none;stroke-width:1.29099;marker:none;enable-background:accumulate"
|
||||
id="rect5139"
|
||||
width="5"
|
||||
height="4"
|
||||
@@ -1851,7 +1859,7 @@
|
||||
transform="translate(135,86)"
|
||||
id="g5358-2">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fffffe;fill-opacity:1;stroke:#00d3a7;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fffffe;fill-opacity:1;stroke:#00d3a7;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5270-11"
|
||||
width="16"
|
||||
height="16"
|
||||
@@ -1860,7 +1868,7 @@
|
||||
rx="16"
|
||||
ry="16" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 11,3 C 6.568,3 3,6.568 3,11 3,11.0838 3.007,11.16558 3.0117,11.24805 3.14507,6.93462 6.65306,3.5 11,3.5 c 4.34694,0 7.85493,3.43462 7.98828,7.74805 0.005,-0.0825 0.0117,-0.1643 0.0117,-0.24805 0,-4.432 -3.568,-8 -8,-8 z"
|
||||
id="rect5232-08"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -1883,7 +1891,7 @@
|
||||
id="g5238"
|
||||
transform="translate(135,86)">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:#00d3a7;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:#00d3a7;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5270-1"
|
||||
width="15.99998"
|
||||
height="16"
|
||||
@@ -1910,7 +1918,7 @@
|
||||
transform="translate(135,86)"
|
||||
id="g5264">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:#00d3a7;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00d3a7;fill-opacity:1;stroke:#00d3a7;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5270"
|
||||
width="16"
|
||||
height="16"
|
||||
@@ -1937,7 +1945,7 @@
|
||||
id="g5284"
|
||||
transform="translate(135,86)">
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f4f5f7;fill-opacity:1;stroke:none;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f4f5f7;fill-opacity:1;stroke:none;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5270-6"
|
||||
width="16"
|
||||
height="16"
|
||||
@@ -1946,12 +1954,12 @@
|
||||
rx="16"
|
||||
ry="16" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 11,3 C 6.568,3 3,6.568 3,11 3,11.0838 3.007,11.16558 3.0117,11.24805 3.14507,6.93462 6.65306,3.5 11,3.5 c 4.34694,0 7.85493,3.43462 7.98828,7.74805 0.005,-0.0825 0.0117,-0.1643 0.0117,-0.24805 0,-4.432 -3.568,-8 -8,-8 z"
|
||||
id="rect5232-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1.0666666;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1.06667;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="m 3.01172,10.75195 c -0.005,0.0825 -0.0117,0.1643 -0.0117,0.24805 0,4.432 3.568,8 8,8 4.432,0 8,-3.568 8,-8 0,-0.0838 -0.007,-0.16558 -0.0117,-0.24805 C 18.85495,15.06538 15.34696,18.5 11.00002,18.5 6.65308,18.5 3.14509,15.06538 3.01174,10.75195 Z"
|
||||
id="path5237-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
@@ -1982,7 +1990,7 @@
|
||||
height="11"
|
||||
width="13"
|
||||
id="rect5319"
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.30196078"
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.301961"
|
||||
ry="5.5" />
|
||||
</g>
|
||||
<g
|
||||
@@ -2095,7 +2103,7 @@
|
||||
height="5"
|
||||
width="4"
|
||||
id="rect5151"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#c6c8cb;fill-opacity:1;stroke:none;stroke-width:1.29099441;marker:none;enable-background:accumulate" />
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#c6c8cb;fill-opacity:1;stroke:none;stroke-width:1.29099;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
@@ -3011,7 +3019,7 @@
|
||||
inkscape:label="#g5368"
|
||||
id="scrollbar-vert-trough-rtl">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5114"
|
||||
width="1"
|
||||
height="1"
|
||||
@@ -3023,21 +3031,21 @@
|
||||
height="1"
|
||||
width="1"
|
||||
id="rect5116"
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="#g5126"
|
||||
id="scrollbar-vert-slider-rtl"
|
||||
transform="matrix(-1,0,0,1,581,8)">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5120"
|
||||
width="13"
|
||||
height="13"
|
||||
x="234"
|
||||
y="31" />
|
||||
<rect
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#7a7d81;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5124"
|
||||
width="4"
|
||||
height="7"
|
||||
@@ -3056,9 +3064,9 @@
|
||||
height="13"
|
||||
width="13"
|
||||
id="rect5128"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5132"
|
||||
width="5"
|
||||
height="7"
|
||||
@@ -3072,7 +3080,7 @@
|
||||
id="scrollbar-vert-slider-active-rtl"
|
||||
transform="matrix(-1,0,0,1,645,8)">
|
||||
<rect
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect5136"
|
||||
width="13"
|
||||
height="13"
|
||||
@@ -3091,7 +3099,7 @@
|
||||
height="7"
|
||||
width="5"
|
||||
id="rect5140"
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</a>
|
||||
</g>
|
||||
<g
|
||||
@@ -3893,7 +3901,7 @@
|
||||
id="rect5214"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<rect
|
||||
style="opacity:1;fill:#000000;fill-opacity:0.10196078;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.3"
|
||||
style="opacity:1;fill:#000000;fill-opacity:0.101961;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.3"
|
||||
id="rect5217"
|
||||
width="4"
|
||||
height="13"
|
||||
@@ -4658,9 +4666,10 @@
|
||||
<g
|
||||
id="tab-up"
|
||||
inkscape:label="#g5049"
|
||||
transform="translate(239,119)">
|
||||
transform="translate(239,119)"
|
||||
style="fill:#ebecee;fill-opacity:1">
|
||||
<rect
|
||||
style="opacity:0.2;fill:none;fill-opacity:1;stroke:none"
|
||||
style="opacity:1;fill:#ebecee;fill-opacity:1;stroke:none"
|
||||
id="rect5047"
|
||||
width="30"
|
||||
height="30"
|
||||
@@ -4674,7 +4683,7 @@
|
||||
height="1"
|
||||
width="30"
|
||||
id="rect5039"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none" />
|
||||
style="opacity:1;fill:#ebecee;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<use
|
||||
id="tab-down"
|
||||
@@ -4688,7 +4697,8 @@
|
||||
<g
|
||||
id="tab-up-active"
|
||||
transform="translate(239,28)"
|
||||
inkscape:label="#g5059">
|
||||
inkscape:label="#g5059"
|
||||
style="fill:#f6f6f7;fill-opacity:1">
|
||||
<rect
|
||||
inkscape:label="#rect5039"
|
||||
y="-21"
|
||||
@@ -4696,9 +4706,9 @@
|
||||
height="30"
|
||||
width="30"
|
||||
id="rect5063"
|
||||
style="opacity:0.2;fill:none;fill-opacity:1;stroke:none" />
|
||||
style="opacity:1;fill:#f6f6f7;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
style="opacity:1;fill:#00d3a7;fill-opacity:1;stroke:none;stroke-width:1.22474492"
|
||||
style="opacity:1;fill:url(#linearGradient1566);fill-opacity:1;stroke:none;stroke-width:1.22474"
|
||||
id="rect5061"
|
||||
width="30"
|
||||
height="3"
|
||||
@@ -4800,7 +4810,7 @@
|
||||
rx="1.5"
|
||||
ry="1.5" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.83666003;marker:none;enable-background:accumulate"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.83666;marker:none;enable-background:accumulate"
|
||||
d="M 3,2 C 2.446,2 2,2.446 2,3 V 4 C 2,3.446 2.446,3 3,3 H 7 C 7.554,3 8,3.446 8,4 V 3 C 8,2.446 7.554,2 7,2 Z"
|
||||
id="rect5261-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
|
||||
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 357 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 358 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 357 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 304 B |
@@ -15,4 +15,5 @@
|
||||
|
||||
@import 'apps/geary';
|
||||
@import 'apps/lightdm';
|
||||
@import 'apps/nemo';
|
||||
@import 'apps/nemo';
|
||||
@import 'apps/caja';
|
||||
79
gtk-3.0/apps/_caja.scss
Normal file
@@ -0,0 +1,79 @@
|
||||
.caja-notebook {
|
||||
|
||||
.frame { border-width: 0 0 1px; }
|
||||
|
||||
.entry {
|
||||
background: $bg_color;
|
||||
color: $fg_color;
|
||||
border-color: $borders_color;
|
||||
&:selected {
|
||||
background: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**************
|
||||
* Caja sidebar *
|
||||
**************/
|
||||
|
||||
.caja-side-pane {
|
||||
|
||||
.frame { border-width: 1px 0 0; }
|
||||
|
||||
background: $headerbar_color;
|
||||
treeview.view,
|
||||
textview.view text,
|
||||
viewport.frame,
|
||||
widget .vertical {
|
||||
background: $_sidebar_color;
|
||||
padding: 3px 2px;
|
||||
color: #98abb2;
|
||||
&:hover {
|
||||
background-color: transparentize(darken($_sidebar_color, 2%), 0.05);
|
||||
}
|
||||
&:selected {
|
||||
color: $selected_fg_color;
|
||||
background:$selected_bg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**************
|
||||
* Caja pathbar *
|
||||
**************/
|
||||
|
||||
.caja-navigation-window paned, .caja-navigation-window .primary-toolbar {
|
||||
background: $headerbar_color;
|
||||
}
|
||||
|
||||
.caja-navigation-window {
|
||||
|
||||
.primary-toolbar button,
|
||||
.vertical button.image-button.toggle:not(.text-button) {
|
||||
&, &:backdrop { @include button(undecorated); }
|
||||
&:hover,
|
||||
&:active,
|
||||
&:backdrop:active,
|
||||
&:backdrop:checked {
|
||||
background: $selected_bg_color;
|
||||
box-shadow: none;
|
||||
&, & label {
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.caja-pathbar button {
|
||||
@include button(normal-header);
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:checked { @include button(active-header); }
|
||||
&:backdrop:disabled {
|
||||
@include button(backdrop-header,$base_color,transparentize($fg_color,0.8));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -51,11 +51,19 @@
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
min-height: 24px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:hover {
|
||||
background: transparent;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
&:selected,
|
||||
&:active,
|
||||
&:checked { @include button(active-header); }
|
||||
}
|
||||
}
|
||||
|
||||
.nemo-inactive-pane .view,
|
||||
.nemo-inactive-pane iconview {
|
||||
background-color: darken($base_color, 5%);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -75,14 +75,14 @@ scrolledwindow.sidebar treeview.view {
|
||||
}
|
||||
|
||||
/* path-bar of thunar */
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:checked { @include button(active-header); }
|
||||
}
|
||||
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
@@ -90,8 +90,18 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
|
||||
}
|
||||
|
||||
/* thunar sidepane */
|
||||
window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
@include button(active-header);
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
window.thunar paned > scrolledwindow treeview.view {
|
||||
|
||||
&:hover {
|
||||
background: darken($_sidebar_color, 5%);
|
||||
}
|
||||
&:selected {
|
||||
@include button(active-header);
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
window.thunar toolbar#location-toolbar entry {
|
||||
border-radius: 10px;
|
||||
}
|
||||
@@ -986,8 +986,18 @@ button:backdrop {
|
||||
border-width: 1px; }
|
||||
|
||||
.primary-toolbar
|
||||
button, .primary-toolbar .raised
|
||||
button {
|
||||
-gtk-icon-shadow: none; }
|
||||
.primary-toolbar
|
||||
button:hover, .primary-toolbar
|
||||
button:focus, .primary-toolbar .raised
|
||||
button:hover, .primary-toolbar .raised
|
||||
button:focus {
|
||||
color: #fefefe;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
background-color: #00D3A7;
|
||||
text-shadow: none; }
|
||||
|
||||
.stack-switcher > button.needs-attention > label,
|
||||
.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label {
|
||||
@@ -2663,8 +2673,8 @@ window.csd > .titlebar:not(headerbar) {
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
|
||||
.titlebar:not(headerbar) > separator {
|
||||
background: transparent; }
|
||||
.titlebar:not(headerbar) > separator, .titlebar:not(headerbar) > separator:backdrop {
|
||||
background: #161925; }
|
||||
|
||||
/**************
|
||||
* GtkInfoBar *
|
||||
@@ -5793,24 +5803,27 @@ scrolledwindow.sidebar treeview.view {
|
||||
color: #98abb2; }
|
||||
|
||||
/* path-bar of thunar */
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px; }
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, .thunar toolbar .path-bar-button:hover {
|
||||
color: #00D3A7; }
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, .thunar toolbar .path-bar-button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/* thunar sidepane */
|
||||
window.thunar paned > scrolledwindow treeview.view:hover {
|
||||
background: #0c0e15; }
|
||||
|
||||
window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
@@ -5819,6 +5832,9 @@ window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
window.thunar toolbar#location-toolbar entry {
|
||||
border-radius: 10px; }
|
||||
|
||||
/********
|
||||
* Gala *
|
||||
*******/
|
||||
@@ -6406,9 +6422,107 @@ ConversationListView {
|
||||
margin-bottom: 5px;
|
||||
min-height: 24px; }
|
||||
.nemo-window toolbar.primary-toolbar button:hover {
|
||||
background: transparent;
|
||||
color: #00D3A7; }
|
||||
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
|
||||
.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview,
|
||||
.nemo-window .nemo-inactive-pane iconview {
|
||||
background-color: #0e1018; }
|
||||
|
||||
.caja-notebook .frame {
|
||||
border-width: 0 0 1px; }
|
||||
|
||||
.caja-notebook .entry {
|
||||
background: #161925;
|
||||
color: #C3C7D1;
|
||||
border-color: rgba(238, 238, 238, 0.1); }
|
||||
.caja-notebook .entry:selected {
|
||||
background: #00D3A7;
|
||||
color: #fefefe; }
|
||||
|
||||
/**************
|
||||
* Caja sidebar *
|
||||
**************/
|
||||
.caja-side-pane {
|
||||
background: #161925; }
|
||||
.caja-side-pane .frame {
|
||||
border-width: 1px 0 0; }
|
||||
.caja-side-pane treeview.view,
|
||||
.caja-side-pane textview.view text,
|
||||
.caja-side-pane viewport.frame,
|
||||
.caja-side-pane widget .vertical {
|
||||
background: #161925;
|
||||
padding: 3px 2px;
|
||||
color: #98abb2; }
|
||||
.caja-side-pane treeview.view:hover,
|
||||
.caja-side-pane textview.view text:hover,
|
||||
.caja-side-pane viewport.frame:hover,
|
||||
.caja-side-pane widget .vertical:hover {
|
||||
background-color: rgba(18, 21, 31, 0.95); }
|
||||
.caja-side-pane treeview.view:selected,
|
||||
.caja-side-pane textview.view text:selected,
|
||||
.caja-side-pane viewport.frame:selected,
|
||||
.caja-side-pane widget .vertical:selected {
|
||||
color: #fefefe;
|
||||
background: #00D3A7; }
|
||||
|
||||
/**************
|
||||
* Caja pathbar *
|
||||
**************/
|
||||
.caja-navigation-window paned, .caja-navigation-window .primary-toolbar {
|
||||
background: #161925; }
|
||||
|
||||
.caja-navigation-window .primary-toolbar button, .caja-navigation-window .primary-toolbar button:backdrop,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button),
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
.caja-navigation-window .primary-toolbar button:hover, .caja-navigation-window .primary-toolbar button:active, .caja-navigation-window .primary-toolbar button:backdrop:active, .caja-navigation-window .primary-toolbar button:backdrop:checked,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked {
|
||||
background: #00D3A7;
|
||||
box-shadow: none; }
|
||||
.caja-navigation-window .primary-toolbar button:hover, .caja-navigation-window .primary-toolbar button:hover label, .caja-navigation-window .primary-toolbar button:active, .caja-navigation-window .primary-toolbar button:active label, .caja-navigation-window .primary-toolbar button:backdrop:active, .caja-navigation-window .primary-toolbar button:backdrop:active label, .caja-navigation-window .primary-toolbar button:backdrop:checked, .caja-navigation-window .primary-toolbar button:backdrop:checked label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked label {
|
||||
color: #fefefe; }
|
||||
|
||||
.caja-pathbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
border: none;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px; }
|
||||
.caja-pathbar button:hover {
|
||||
color: #00D3A7; }
|
||||
.caja-pathbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
.caja-pathbar button:backdrop:disabled {
|
||||
color: rgba(195, 199, 209, 0.2);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
text-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
126
gtk-3.0/gtk.css
@@ -989,8 +989,18 @@ button:backdrop {
|
||||
border-width: 1px; }
|
||||
|
||||
.primary-toolbar
|
||||
button, .primary-toolbar .raised
|
||||
button {
|
||||
-gtk-icon-shadow: none; }
|
||||
.primary-toolbar
|
||||
button:hover, .primary-toolbar
|
||||
button:focus, .primary-toolbar .raised
|
||||
button:hover, .primary-toolbar .raised
|
||||
button:focus {
|
||||
color: #fefefe;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
background-color: #00D3A7;
|
||||
text-shadow: none; }
|
||||
|
||||
.stack-switcher > button.needs-attention > label,
|
||||
.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label {
|
||||
@@ -2670,8 +2680,8 @@ window.csd > .titlebar:not(headerbar) {
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
|
||||
.titlebar:not(headerbar) > separator {
|
||||
background: transparent; }
|
||||
.titlebar:not(headerbar) > separator, .titlebar:not(headerbar) > separator:backdrop {
|
||||
background: #fff; }
|
||||
|
||||
/**************
|
||||
* GtkInfoBar *
|
||||
@@ -5818,24 +5828,27 @@ scrolledwindow.sidebar treeview.view {
|
||||
color: #98abb2; }
|
||||
|
||||
/* path-bar of thunar */
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px; }
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, .thunar toolbar .path-bar-button:hover {
|
||||
color: #00D3A7; }
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, .thunar toolbar .path-bar-button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button {
|
||||
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button, .thunar toolbar .path-bar-button {
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
|
||||
/* thunar sidepane */
|
||||
window.thunar paned > scrolledwindow treeview.view:hover {
|
||||
background: #182129; }
|
||||
|
||||
window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
@@ -5844,6 +5857,9 @@ window.thunar paned > scrolledwindow treeview.view:selected {
|
||||
border-radius: 0;
|
||||
box-shadow: none; }
|
||||
|
||||
window.thunar toolbar#location-toolbar entry {
|
||||
border-radius: 10px; }
|
||||
|
||||
/********
|
||||
* Gala *
|
||||
*******/
|
||||
@@ -6431,9 +6447,107 @@ ConversationListView {
|
||||
margin-bottom: 5px;
|
||||
min-height: 24px; }
|
||||
.nemo-window toolbar.primary-toolbar button:hover {
|
||||
background: transparent;
|
||||
color: #00D3A7; }
|
||||
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
|
||||
.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview,
|
||||
.nemo-window .nemo-inactive-pane iconview {
|
||||
background-color: #dae3ed; }
|
||||
|
||||
.caja-notebook .frame {
|
||||
border-width: 0 0 1px; }
|
||||
|
||||
.caja-notebook .entry {
|
||||
background: #e6e6e6;
|
||||
color: #31363d;
|
||||
border-color: rgba(0, 0, 0, 0.13); }
|
||||
.caja-notebook .entry:selected {
|
||||
background: #00D3A7;
|
||||
color: #fefefe; }
|
||||
|
||||
/**************
|
||||
* Caja sidebar *
|
||||
**************/
|
||||
.caja-side-pane {
|
||||
background: #fff; }
|
||||
.caja-side-pane .frame {
|
||||
border-width: 1px 0 0; }
|
||||
.caja-side-pane treeview.view,
|
||||
.caja-side-pane textview.view text,
|
||||
.caja-side-pane viewport.frame,
|
||||
.caja-side-pane widget .vertical {
|
||||
background: #222e39;
|
||||
padding: 3px 2px;
|
||||
color: #98abb2; }
|
||||
.caja-side-pane treeview.view:hover,
|
||||
.caja-side-pane textview.view text:hover,
|
||||
.caja-side-pane viewport.frame:hover,
|
||||
.caja-side-pane widget .vertical:hover {
|
||||
background-color: rgba(30, 41, 51, 0.95); }
|
||||
.caja-side-pane treeview.view:selected,
|
||||
.caja-side-pane textview.view text:selected,
|
||||
.caja-side-pane viewport.frame:selected,
|
||||
.caja-side-pane widget .vertical:selected {
|
||||
color: #fefefe;
|
||||
background: #00D3A7; }
|
||||
|
||||
/**************
|
||||
* Caja pathbar *
|
||||
**************/
|
||||
.caja-navigation-window paned, .caja-navigation-window .primary-toolbar {
|
||||
background: #fff; }
|
||||
|
||||
.caja-navigation-window .primary-toolbar button, .caja-navigation-window .primary-toolbar button:backdrop,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button),
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none; }
|
||||
|
||||
.caja-navigation-window .primary-toolbar button:hover, .caja-navigation-window .primary-toolbar button:active, .caja-navigation-window .primary-toolbar button:backdrop:active, .caja-navigation-window .primary-toolbar button:backdrop:checked,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked {
|
||||
background: #00D3A7;
|
||||
box-shadow: none; }
|
||||
.caja-navigation-window .primary-toolbar button:hover, .caja-navigation-window .primary-toolbar button:hover label, .caja-navigation-window .primary-toolbar button:active, .caja-navigation-window .primary-toolbar button:active label, .caja-navigation-window .primary-toolbar button:backdrop:active, .caja-navigation-window .primary-toolbar button:backdrop:active label, .caja-navigation-window .primary-toolbar button:backdrop:checked, .caja-navigation-window .primary-toolbar button:backdrop:checked label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):hover label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):active label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:active label,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked,
|
||||
.caja-navigation-window .vertical button.image-button.toggle:not(.text-button):backdrop:checked label {
|
||||
color: #fefefe; }
|
||||
|
||||
.caja-pathbar button {
|
||||
color: #8b8b8b;
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
border: none;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px; }
|
||||
.caja-pathbar button:hover {
|
||||
color: #00D3A7; }
|
||||
.caja-pathbar button:checked {
|
||||
border-radius: 23px;
|
||||
background: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: white; }
|
||||
.caja-pathbar button:backdrop:disabled {
|
||||
color: rgba(49, 54, 61, 0.2);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
text-shadow: none;
|
||||
box-shadow: none; }
|
||||
|
||||
BIN
gtk-3.0/thumbnail.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
@@ -366,7 +366,15 @@ button {
|
||||
@extend %linked;
|
||||
}
|
||||
|
||||
.primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows
|
||||
.primary-toolbar &, .primary-toolbar .raised & { // tango icons don't need shadows
|
||||
-gtk-icon-shadow: none;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@include button(hover,$selected_bg_color,$selected_fg_color);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.linked > &,
|
||||
.linked > &:hover,
|
||||
|
||||
@@ -270,7 +270,9 @@ headerbar {
|
||||
}
|
||||
|
||||
> separator {
|
||||
background: transparent;
|
||||
&, &:backdrop {
|
||||
background: $headerbar_color;
|
||||
}
|
||||
}
|
||||
|
||||
@extend %titlebar;
|
||||
|
||||
6
package-lock.json
generated
@@ -3550,9 +3550,9 @@
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
||||
},
|
||||
"path-parse": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
|
||||
"integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
||||
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
||||
"dev": true
|
||||
},
|
||||
"path-root": {
|
||||
|
||||