more cinnamon tweaks
@ -140,7 +140,7 @@ StScrollBar {
|
|||||||
background-color: rgba(64, 69, 82, 0.1);
|
background-color: rgba(64, 69, 82, 0.1);
|
||||||
border-radius: 8px; }
|
border-radius: 8px; }
|
||||||
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
|
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
|
||||||
border-radius: 4px;
|
border-radius: 2px;
|
||||||
background-color: #767b87;
|
background-color: #767b87;
|
||||||
border: 0px solid;
|
border: 0px solid;
|
||||||
margin: 0px; }
|
margin: 0px; }
|
||||||
@ -261,10 +261,6 @@ StScrollBar {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
|
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
.popup-menu .popup-sub-menu-menu-item:open {
|
|
||||||
background: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; }
|
|
||||||
.popup-menu .popup-menu-content {
|
.popup-menu .popup-menu-content {
|
||||||
padding: 1em 0em 1em 0em; }
|
padding: 1em 0em 1em 0em; }
|
||||||
.popup-menu .popup-menu-item {
|
.popup-menu .popup-menu-item {
|
||||||
@ -403,7 +399,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.expo-workspaces-name-entry,
|
.expo-workspaces-name-entry,
|
||||||
.expo-workspaces-name-entry#selected {
|
.expo-workspaces-name-entry#selected {
|
||||||
spacing: 25px;
|
height: 15px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@ -435,7 +431,7 @@ StScrollBar {
|
|||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
|
|
||||||
.workspace-thumbnails {
|
.workspace-thumbnails {
|
||||||
spacing: 14px; }
|
spacing: 26px; }
|
||||||
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
|
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
|
||||||
padding: 8px; }
|
padding: 8px; }
|
||||||
|
|
||||||
@ -533,30 +529,30 @@ StScrollBar {
|
|||||||
height: 16px; }
|
height: 16px; }
|
||||||
|
|
||||||
.calendar-change-month-back {
|
.calendar-change-month-back {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-back:focus, .calendar-change-month-back:hover {
|
.calendar-change-month-back:focus, .calendar-change-month-back:hover {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
.calendar-change-month-back:active {
|
.calendar-change-month-back:active {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-back:rtl {
|
.calendar-change-month-back:rtl {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
|
.calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
.calendar-change-month-back:rtl:active {
|
.calendar-change-month-back:rtl:active {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
|
|
||||||
.calendar-change-month-forward {
|
.calendar-change-month-forward {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
|
.calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
.calendar-change-month-forward:active {
|
.calendar-change-month-forward:active {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-forward:rtl {
|
.calendar-change-month-forward:rtl {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
|
.calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
.calendar-change-month-forward:rtl:active {
|
.calendar-change-month-forward:rtl:active {
|
||||||
background-image: url("dark-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
|
|
||||||
.datemenu-date-label {
|
.datemenu-date-label {
|
||||||
padding: 0.4em 1.75em;
|
padding: 0.4em 1.75em;
|
||||||
@ -658,6 +654,8 @@ StScrollBar {
|
|||||||
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
|
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 20px; }
|
padding: 20px; }
|
||||||
|
.switcher-list > StBoxLayout {
|
||||||
|
padding: 4px; }
|
||||||
.switcher-list-item-container {
|
.switcher-list-item-container {
|
||||||
spacing: 8px; }
|
spacing: 8px; }
|
||||||
.switcher-list .item-box {
|
.switcher-list .item-box {
|
||||||
|
@ -140,7 +140,7 @@ StScrollBar {
|
|||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
border-radius: 8px; }
|
border-radius: 8px; }
|
||||||
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
|
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
|
||||||
border-radius: 4px;
|
border-radius: 2px;
|
||||||
background-color: #b8babf;
|
background-color: #b8babf;
|
||||||
border: 0px solid;
|
border: 0px solid;
|
||||||
margin: 0px; }
|
margin: 0px; }
|
||||||
@ -261,10 +261,6 @@ StScrollBar {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
|
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
.popup-menu .popup-sub-menu-menu-item:open {
|
|
||||||
background: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; }
|
|
||||||
.popup-menu .popup-menu-content {
|
.popup-menu .popup-menu-content {
|
||||||
padding: 1em 0em 1em 0em; }
|
padding: 1em 0em 1em 0em; }
|
||||||
.popup-menu .popup-menu-item {
|
.popup-menu .popup-menu-item {
|
||||||
@ -403,7 +399,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.expo-workspaces-name-entry,
|
.expo-workspaces-name-entry,
|
||||||
.expo-workspaces-name-entry#selected {
|
.expo-workspaces-name-entry#selected {
|
||||||
spacing: 25px;
|
height: 15px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@ -435,7 +431,7 @@ StScrollBar {
|
|||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
|
|
||||||
.workspace-thumbnails {
|
.workspace-thumbnails {
|
||||||
spacing: 14px; }
|
spacing: 26px; }
|
||||||
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
|
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
|
||||||
padding: 8px; }
|
padding: 8px; }
|
||||||
|
|
||||||
@ -533,30 +529,30 @@ StScrollBar {
|
|||||||
height: 16px; }
|
height: 16px; }
|
||||||
|
|
||||||
.calendar-change-month-back {
|
.calendar-change-month-back {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-back:focus, .calendar-change-month-back:hover {
|
.calendar-change-month-back:focus, .calendar-change-month-back:hover {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
.calendar-change-month-back:active {
|
.calendar-change-month-back:active {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-back:rtl {
|
.calendar-change-month-back:rtl {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
|
.calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
.calendar-change-month-back:rtl:active {
|
.calendar-change-month-back:rtl:active {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
|
|
||||||
.calendar-change-month-forward {
|
.calendar-change-month-forward {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
|
.calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
.calendar-change-month-forward:active {
|
.calendar-change-month-forward:active {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-right.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
.calendar-change-month-forward:rtl {
|
.calendar-change-month-forward:rtl {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
.calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
|
.calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
.calendar-change-month-forward:rtl:active {
|
.calendar-change-month-forward:rtl:active {
|
||||||
background-image: url("light-assets/misc/calendar-arrow-left.svg"); }
|
background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
|
|
||||||
.datemenu-date-label {
|
.datemenu-date-label {
|
||||||
padding: 0.4em 1.75em;
|
padding: 0.4em 1.75em;
|
||||||
@ -658,6 +654,8 @@ StScrollBar {
|
|||||||
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
|
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 20px; }
|
padding: 20px; }
|
||||||
|
.switcher-list > StBoxLayout {
|
||||||
|
padding: 4px; }
|
||||||
.switcher-list-item-container {
|
.switcher-list-item-container {
|
||||||
spacing: 8px; }
|
spacing: 8px; }
|
||||||
.switcher-list .item-box {
|
.switcher-list .item-box {
|
||||||
|
@ -28,13 +28,13 @@
|
|||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
inkscape:bbox-nodes="false"
|
inkscape:bbox-nodes="true"
|
||||||
inkscape:bbox-paths="true"
|
inkscape:bbox-paths="true"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
borderopacity="1"
|
borderopacity="1"
|
||||||
inkscape:current-layer="layer12"
|
inkscape:current-layer="layer12"
|
||||||
inkscape:cx="-21.616809"
|
inkscape:cx="14.072123"
|
||||||
inkscape:cy="2.0293849"
|
inkscape:cy="8.0207106"
|
||||||
gridtolerance="10"
|
gridtolerance="10"
|
||||||
inkscape:guide-bbox="true"
|
inkscape:guide-bbox="true"
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
@ -45,8 +45,8 @@
|
|||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
showborder="false"
|
showborder="true"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
showguides="true"
|
showguides="true"
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:snap-bbox-midpoints="false"
|
inkscape:snap-bbox-midpoints="false"
|
||||||
@ -60,7 +60,8 @@
|
|||||||
inkscape:window-width="1366"
|
inkscape:window-width="1366"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="25"
|
||||||
inkscape:zoom="5.6568543">
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
empspacing="2"
|
empspacing="2"
|
||||||
enabled="true"
|
enabled="true"
|
||||||
@ -143,27 +144,9 @@
|
|||||||
style="display:inline"
|
style="display:inline"
|
||||||
transform="translate(-100.0002,-747)">
|
transform="translate(-100.0002,-747)">
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||||
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
|
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||||
id="path6040"
|
id="path6040"
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6046"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6050"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
@ -28,13 +28,13 @@
|
|||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
inkscape:bbox-nodes="false"
|
inkscape:bbox-nodes="true"
|
||||||
inkscape:bbox-paths="true"
|
inkscape:bbox-paths="true"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
borderopacity="1"
|
borderopacity="1"
|
||||||
inkscape:current-layer="layer12"
|
inkscape:current-layer="layer12"
|
||||||
inkscape:cx="-9.0656635"
|
inkscape:cx="13.983735"
|
||||||
inkscape:cy="-4.6881295"
|
inkscape:cy="8.0207106"
|
||||||
gridtolerance="10"
|
gridtolerance="10"
|
||||||
inkscape:guide-bbox="true"
|
inkscape:guide-bbox="true"
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
@ -45,8 +45,8 @@
|
|||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
showborder="false"
|
showborder="true"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
showguides="true"
|
showguides="true"
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:snap-bbox-midpoints="false"
|
inkscape:snap-bbox-midpoints="false"
|
||||||
@ -60,7 +60,8 @@
|
|||||||
inkscape:window-width="1366"
|
inkscape:window-width="1366"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="25"
|
||||||
inkscape:zoom="5.6568543">
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
empspacing="2"
|
empspacing="2"
|
||||||
enabled="true"
|
enabled="true"
|
||||||
@ -143,27 +144,9 @@
|
|||||||
style="display:inline"
|
style="display:inline"
|
||||||
transform="translate(-100.0002,-747)">
|
transform="translate(-100.0002,-747)">
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||||
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
|
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||||
id="path6040"
|
id="path6040"
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6046"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6050"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
@ -9,7 +9,7 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
sodipodi:docname="calendar-arrow-left.svg"
|
sodipodi:docname="calendar-arrow-right-hover.svg"
|
||||||
height="16"
|
height="16"
|
||||||
id="svg7384"
|
id="svg7384"
|
||||||
inkscape:version="0.91 r13725"
|
inkscape:version="0.91 r13725"
|
||||||
@ -28,13 +28,13 @@
|
|||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
inkscape:bbox-nodes="false"
|
inkscape:bbox-nodes="true"
|
||||||
inkscape:bbox-paths="true"
|
inkscape:bbox-paths="true"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
borderopacity="1"
|
borderopacity="1"
|
||||||
inkscape:current-layer="layer12"
|
inkscape:current-layer="layer12"
|
||||||
inkscape:cx="-9.0656635"
|
inkscape:cx="14.072123"
|
||||||
inkscape:cy="-4.6881295"
|
inkscape:cy="8.0207106"
|
||||||
gridtolerance="10"
|
gridtolerance="10"
|
||||||
inkscape:guide-bbox="true"
|
inkscape:guide-bbox="true"
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
@ -45,8 +45,8 @@
|
|||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
showborder="false"
|
showborder="true"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
showguides="true"
|
showguides="true"
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:snap-bbox-midpoints="false"
|
inkscape:snap-bbox-midpoints="false"
|
||||||
@ -60,7 +60,8 @@
|
|||||||
inkscape:window-width="1366"
|
inkscape:window-width="1366"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="25"
|
||||||
inkscape:zoom="5.6568543">
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
empspacing="2"
|
empspacing="2"
|
||||||
enabled="true"
|
enabled="true"
|
||||||
@ -143,27 +144,9 @@
|
|||||||
style="display:inline"
|
style="display:inline"
|
||||||
transform="translate(-100.0002,-747)">
|
transform="translate(-100.0002,-747)">
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||||
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
|
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||||
id="path6040"
|
id="path6040"
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6046"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6050"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
@ -9,7 +9,7 @@
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
sodipodi:docname="calendar-arrow-left-hover.svg"
|
sodipodi:docname="calendar-arrow-right.svg"
|
||||||
height="16"
|
height="16"
|
||||||
id="svg7384"
|
id="svg7384"
|
||||||
inkscape:version="0.91 r13725"
|
inkscape:version="0.91 r13725"
|
||||||
@ -28,13 +28,13 @@
|
|||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
inkscape:bbox-nodes="false"
|
inkscape:bbox-nodes="true"
|
||||||
inkscape:bbox-paths="true"
|
inkscape:bbox-paths="true"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
borderopacity="1"
|
borderopacity="1"
|
||||||
inkscape:current-layer="layer12"
|
inkscape:current-layer="layer12"
|
||||||
inkscape:cx="-21.616809"
|
inkscape:cx="13.983735"
|
||||||
inkscape:cy="2.0293849"
|
inkscape:cy="8.0207106"
|
||||||
gridtolerance="10"
|
gridtolerance="10"
|
||||||
inkscape:guide-bbox="true"
|
inkscape:guide-bbox="true"
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
@ -45,8 +45,8 @@
|
|||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
showborder="false"
|
showborder="true"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
showguides="true"
|
showguides="true"
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:snap-bbox-midpoints="false"
|
inkscape:snap-bbox-midpoints="false"
|
||||||
@ -60,7 +60,8 @@
|
|||||||
inkscape:window-width="1366"
|
inkscape:window-width="1366"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="25"
|
||||||
inkscape:zoom="5.6568543">
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
empspacing="2"
|
empspacing="2"
|
||||||
enabled="true"
|
enabled="true"
|
||||||
@ -143,27 +144,9 @@
|
|||||||
style="display:inline"
|
style="display:inline"
|
||||||
transform="translate(-100.0002,-747)">
|
transform="translate(-100.0002,-747)">
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||||
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
|
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||||
id="path6040"
|
id="path6040"
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6046"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect6050"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
width="1"
|
|
||||||
x="111.0002"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
@ -1,68 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="32"
|
|
||||||
height="32"
|
|
||||||
viewBox="0 0 32 32"
|
|
||||||
id="svg5386"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="sound-overlay.svg">
|
|
||||||
<defs
|
|
||||||
id="defs5388" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16"
|
|
||||||
inkscape:cx="21.881475"
|
|
||||||
inkscape:cy="5.8350717"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
units="px"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:bbox-nodes="true"
|
|
||||||
inkscape:snap-bbox-edge-midpoints="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid5954" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata5391">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Ebene 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1020.3622)">
|
|
||||||
<rect
|
|
||||||
style="display:inline;opacity:0.75;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
||||||
id="rect4164"
|
|
||||||
width="22"
|
|
||||||
height="32.000019"
|
|
||||||
x="5"
|
|
||||||
y="1020.3622" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.0 KiB |
@ -1,109 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="37"
|
|
||||||
height="18"
|
|
||||||
id="svg3783"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="submenu-open.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs3785" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#838383"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16.000001"
|
|
||||||
inkscape:cx="17.662447"
|
|
||||||
inkscape:cy="6.5634088"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g3027"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:window-width="1364"
|
|
||||||
inkscape:window-height="718"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
fit-margin-top="0"
|
|
||||||
fit-margin-left="0"
|
|
||||||
fit-margin-right="0"
|
|
||||||
fit-margin-bottom="0"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:bbox-nodes="true"
|
|
||||||
inkscape:snap-bbox-edge-midpoints="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid4301"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
originx="0"
|
|
||||||
originy="0" />
|
|
||||||
<sodipodi:guide
|
|
||||||
orientation="0,1"
|
|
||||||
position="14.052204,22.065004"
|
|
||||||
id="guide3831" />
|
|
||||||
<sodipodi:guide
|
|
||||||
orientation="0,1"
|
|
||||||
position="14.052204,-3.9349962"
|
|
||||||
id="guide3835" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata3788">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-5.9477962,-1025.4272)">
|
|
||||||
<g
|
|
||||||
id="g3027"
|
|
||||||
transform="matrix(0,-1,1,0,-1048.3622,1052.3622)">
|
|
||||||
<rect
|
|
||||||
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
||||||
id="rect3092"
|
|
||||||
width="28.999735"
|
|
||||||
height="18"
|
|
||||||
x="1058.3102"
|
|
||||||
y="-26.934996"
|
|
||||||
transform="matrix(0,1,-1,0,0,0)" />
|
|
||||||
<rect
|
|
||||||
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
||||||
id="rect3883"
|
|
||||||
width="28.999802"
|
|
||||||
height="1"
|
|
||||||
x="1058.3102"
|
|
||||||
y="-26.934996"
|
|
||||||
transform="matrix(0,1,-1,0,0,0)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.3 KiB |
@ -28,8 +28,8 @@
|
|||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="16.000001"
|
inkscape:zoom="16.000001"
|
||||||
inkscape:cx="17.662447"
|
inkscape:cx="6.5686977"
|
||||||
inkscape:cy="6.5634088"
|
inkscape:cy="6.4384088"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="g3027"
|
inkscape:current-layer="g3027"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
@ -104,6 +104,14 @@
|
|||||||
x="1058.3102"
|
x="1058.3102"
|
||||||
y="-9.9350014"
|
y="-9.9350014"
|
||||||
transform="matrix(0,1,-1,0,0,0)" />
|
transform="matrix(0,1,-1,0,0,0)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
id="rect3883-1"
|
||||||
|
width="28.999802"
|
||||||
|
height="1"
|
||||||
|
x="1058.3101"
|
||||||
|
y="-26.934996"
|
||||||
|
transform="matrix(0,1,-1,0,0,0)" />
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.7 KiB |
@ -1,171 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="calendar-arrow-right-hover.svg"
|
|
||||||
height="16"
|
|
||||||
id="svg7384"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
version="1.1"
|
|
||||||
width="16">
|
|
||||||
<metadata
|
|
||||||
id="metadata90">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:bbox-nodes="false"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:current-layer="layer12"
|
|
||||||
inkscape:cx="3.892693"
|
|
||||||
inkscape:cy="8.8200689"
|
|
||||||
gridtolerance="10"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
guidetolerance="10"
|
|
||||||
id="namedview88"
|
|
||||||
inkscape:object-nodes="false"
|
|
||||||
inkscape:object-paths="false"
|
|
||||||
objecttolerance="10"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
showborder="false"
|
|
||||||
showgrid="false"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:snap-bbox-midpoints="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-grids="true"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:snap-to-guides="true"
|
|
||||||
inkscape:window-height="720"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:zoom="16">
|
|
||||||
<inkscape:grid
|
|
||||||
empspacing="2"
|
|
||||||
enabled="true"
|
|
||||||
id="grid4866"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="1px"
|
|
||||||
spacingy="1px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
<inkscape:grid
|
|
||||||
color="#000000"
|
|
||||||
empcolor="#000000"
|
|
||||||
empopacity="0"
|
|
||||||
empspacing="4"
|
|
||||||
enabled="true"
|
|
||||||
id="grid5968"
|
|
||||||
opacity="0.1254902"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="0.5px"
|
|
||||||
spacingy="0.5px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
|
||||||
<defs
|
|
||||||
id="defs7386" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer9"
|
|
||||||
inkscape:label="status"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer10"
|
|
||||||
inkscape:label="devices"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer11"
|
|
||||||
inkscape:label="apps"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer13"
|
|
||||||
inkscape:label="places"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer14"
|
|
||||||
inkscape:label="mimetypes"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer15"
|
|
||||||
inkscape:label="emblems"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g71291"
|
|
||||||
inkscape:label="emotes"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g4953"
|
|
||||||
inkscape:label="categories"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer12"
|
|
||||||
inkscape:label="actions"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
|
|
||||||
id="path8460"
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8464"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8468"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.2 KiB |
@ -1,171 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="calendar-arrow-right.svg"
|
|
||||||
height="16"
|
|
||||||
id="svg7384"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
version="1.1"
|
|
||||||
width="16">
|
|
||||||
<metadata
|
|
||||||
id="metadata90">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:bbox-nodes="false"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:current-layer="layer12"
|
|
||||||
inkscape:cx="-12.348759"
|
|
||||||
inkscape:cy="7.764245"
|
|
||||||
gridtolerance="10"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
guidetolerance="10"
|
|
||||||
id="namedview88"
|
|
||||||
inkscape:object-nodes="false"
|
|
||||||
inkscape:object-paths="false"
|
|
||||||
objecttolerance="10"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
showborder="false"
|
|
||||||
showgrid="false"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:snap-bbox-midpoints="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-grids="true"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:snap-to-guides="true"
|
|
||||||
inkscape:window-height="720"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:zoom="8">
|
|
||||||
<inkscape:grid
|
|
||||||
empspacing="2"
|
|
||||||
enabled="true"
|
|
||||||
id="grid4866"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="1px"
|
|
||||||
spacingy="1px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
<inkscape:grid
|
|
||||||
color="#000000"
|
|
||||||
empcolor="#000000"
|
|
||||||
empopacity="0"
|
|
||||||
empspacing="4"
|
|
||||||
enabled="true"
|
|
||||||
id="grid5968"
|
|
||||||
opacity="0.1254902"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="0.5px"
|
|
||||||
spacingy="0.5px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
|
||||||
<defs
|
|
||||||
id="defs7386" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer9"
|
|
||||||
inkscape:label="status"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer10"
|
|
||||||
inkscape:label="devices"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer11"
|
|
||||||
inkscape:label="apps"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer13"
|
|
||||||
inkscape:label="places"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer14"
|
|
||||||
inkscape:label="mimetypes"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer15"
|
|
||||||
inkscape:label="emblems"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g71291"
|
|
||||||
inkscape:label="emotes"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g4953"
|
|
||||||
inkscape:label="categories"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer12"
|
|
||||||
inkscape:label="actions"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
|
|
||||||
id="path8460"
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8464"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8468"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.2 KiB |
@ -1,109 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="37"
|
|
||||||
height="18"
|
|
||||||
id="svg3783"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="submenu-open.svg"
|
|
||||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90">
|
|
||||||
<defs
|
|
||||||
id="defs3785" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#838383"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="16.000001"
|
|
||||||
inkscape:cx="7.5374477"
|
|
||||||
inkscape:cy="6.5634088"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g3027"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:window-width="1364"
|
|
||||||
inkscape:window-height="718"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
fit-margin-top="0"
|
|
||||||
fit-margin-left="0"
|
|
||||||
fit-margin-right="0"
|
|
||||||
fit-margin-bottom="0"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:bbox-nodes="true"
|
|
||||||
inkscape:snap-bbox-edge-midpoints="true">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid4301"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
originx="0"
|
|
||||||
originy="0" />
|
|
||||||
<sodipodi:guide
|
|
||||||
orientation="0,1"
|
|
||||||
position="14.052204,22.065004"
|
|
||||||
id="guide3831" />
|
|
||||||
<sodipodi:guide
|
|
||||||
orientation="0,1"
|
|
||||||
position="14.052204,-3.9349962"
|
|
||||||
id="guide3835" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata3788">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-5.9477962,-1025.4272)">
|
|
||||||
<g
|
|
||||||
id="g3027"
|
|
||||||
transform="matrix(0,-1,1,0,-1048.3622,1052.3622)">
|
|
||||||
<rect
|
|
||||||
style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
||||||
id="rect3092"
|
|
||||||
width="28.999735"
|
|
||||||
height="18"
|
|
||||||
x="1058.3102"
|
|
||||||
y="8.9349957"
|
|
||||||
transform="matrix(0,1,1,0,0,0)" />
|
|
||||||
<rect
|
|
||||||
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
||||||
id="rect3883"
|
|
||||||
width="28.999802"
|
|
||||||
height="1"
|
|
||||||
x="1058.3102"
|
|
||||||
y="25.93499"
|
|
||||||
transform="matrix(0,1,1,0,0,0)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.3 KiB |
@ -27,9 +27,9 @@
|
|||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="16.000001"
|
inkscape:zoom="45.254837"
|
||||||
inkscape:cx="7.5374477"
|
inkscape:cx="2.5411162"
|
||||||
inkscape:cy="6.5634088"
|
inkscape:cy="14.440542"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="g3027"
|
inkscape:current-layer="g3027"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
@ -104,6 +104,14 @@
|
|||||||
x="1058.3102"
|
x="1058.3102"
|
||||||
y="-9.9350014"
|
y="-9.9350014"
|
||||||
transform="matrix(0,1,-1,0,0,0)" />
|
transform="matrix(0,1,-1,0,0,0)" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
id="rect3883-9"
|
||||||
|
width="28.999802"
|
||||||
|
height="1"
|
||||||
|
x="1058.3101"
|
||||||
|
y="-26.935005"
|
||||||
|
transform="matrix(0,1,-1,0,0,0)" />
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.7 KiB |
@ -1,171 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="calendar-arrow-right-hover.svg"
|
|
||||||
height="16"
|
|
||||||
id="svg7384"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
version="1.1"
|
|
||||||
width="16">
|
|
||||||
<metadata
|
|
||||||
id="metadata90">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:bbox-nodes="false"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:current-layer="layer12"
|
|
||||||
inkscape:cx="3.892693"
|
|
||||||
inkscape:cy="8.8200689"
|
|
||||||
gridtolerance="10"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
guidetolerance="10"
|
|
||||||
id="namedview88"
|
|
||||||
inkscape:object-nodes="false"
|
|
||||||
inkscape:object-paths="false"
|
|
||||||
objecttolerance="10"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
showborder="false"
|
|
||||||
showgrid="false"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:snap-bbox-midpoints="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-grids="true"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:snap-to-guides="true"
|
|
||||||
inkscape:window-height="720"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:zoom="16">
|
|
||||||
<inkscape:grid
|
|
||||||
empspacing="2"
|
|
||||||
enabled="true"
|
|
||||||
id="grid4866"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="1px"
|
|
||||||
spacingy="1px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
<inkscape:grid
|
|
||||||
color="#000000"
|
|
||||||
empcolor="#000000"
|
|
||||||
empopacity="0"
|
|
||||||
empspacing="4"
|
|
||||||
enabled="true"
|
|
||||||
id="grid5968"
|
|
||||||
opacity="0.1254902"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="0.5px"
|
|
||||||
spacingy="0.5px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
|
||||||
<defs
|
|
||||||
id="defs7386" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer9"
|
|
||||||
inkscape:label="status"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer10"
|
|
||||||
inkscape:label="devices"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer11"
|
|
||||||
inkscape:label="apps"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer13"
|
|
||||||
inkscape:label="places"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer14"
|
|
||||||
inkscape:label="mimetypes"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer15"
|
|
||||||
inkscape:label="emblems"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g71291"
|
|
||||||
inkscape:label="emotes"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g4953"
|
|
||||||
inkscape:label="categories"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer12"
|
|
||||||
inkscape:label="actions"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
|
|
||||||
id="path8460"
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8464"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8468"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#5294e2;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.2 KiB |
@ -1,171 +0,0 @@
|
|||||||
<?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#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
sodipodi:docname="calendar-arrow-right.svg"
|
|
||||||
height="16"
|
|
||||||
id="svg7384"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
version="1.1"
|
|
||||||
width="16">
|
|
||||||
<metadata
|
|
||||||
id="metadata90">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<sodipodi:namedview
|
|
||||||
inkscape:bbox-nodes="false"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
inkscape:current-layer="layer12"
|
|
||||||
inkscape:cx="-12.348759"
|
|
||||||
inkscape:cy="7.764245"
|
|
||||||
gridtolerance="10"
|
|
||||||
inkscape:guide-bbox="true"
|
|
||||||
guidetolerance="10"
|
|
||||||
id="namedview88"
|
|
||||||
inkscape:object-nodes="false"
|
|
||||||
inkscape:object-paths="false"
|
|
||||||
objecttolerance="10"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
showborder="false"
|
|
||||||
showgrid="false"
|
|
||||||
showguides="true"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:snap-bbox-midpoints="false"
|
|
||||||
inkscape:snap-global="true"
|
|
||||||
inkscape:snap-grids="true"
|
|
||||||
inkscape:snap-nodes="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:snap-to-guides="true"
|
|
||||||
inkscape:window-height="720"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:window-width="1366"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="25"
|
|
||||||
inkscape:zoom="8">
|
|
||||||
<inkscape:grid
|
|
||||||
empspacing="2"
|
|
||||||
enabled="true"
|
|
||||||
id="grid4866"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="1px"
|
|
||||||
spacingy="1px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
<inkscape:grid
|
|
||||||
color="#000000"
|
|
||||||
empcolor="#000000"
|
|
||||||
empopacity="0"
|
|
||||||
empspacing="4"
|
|
||||||
enabled="true"
|
|
||||||
id="grid5968"
|
|
||||||
opacity="0.1254902"
|
|
||||||
originx="-80.000002px"
|
|
||||||
originy="530px"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
spacingx="0.5px"
|
|
||||||
spacingy="0.5px"
|
|
||||||
type="xygrid"
|
|
||||||
visible="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<title
|
|
||||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
|
||||||
<defs
|
|
||||||
id="defs7386" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer9"
|
|
||||||
inkscape:label="status"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer10"
|
|
||||||
inkscape:label="devices"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer11"
|
|
||||||
inkscape:label="apps"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer13"
|
|
||||||
inkscape:label="places"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer14"
|
|
||||||
inkscape:label="mimetypes"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer15"
|
|
||||||
inkscape:label="emblems"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g71291"
|
|
||||||
inkscape:label="emotes"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="g4953"
|
|
||||||
inkscape:label="categories"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)" />
|
|
||||||
<g
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer12"
|
|
||||||
inkscape:label="actions"
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(-321.0002,-747)">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
|
|
||||||
id="path8460"
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8464"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="749" />
|
|
||||||
<rect
|
|
||||||
height="1"
|
|
||||||
id="rect8468"
|
|
||||||
rx="0"
|
|
||||||
ry="1"
|
|
||||||
style="fill:#a1a1a1;fill-opacity:1;stroke:none"
|
|
||||||
transform="scale(-1,1)"
|
|
||||||
width="1"
|
|
||||||
x="-326.00021"
|
|
||||||
y="760" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.2 KiB |
@ -122,7 +122,7 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
StButton#vhandle, StButton#hhandle {
|
StButton#vhandle, StButton#hhandle {
|
||||||
border-radius: 4px;
|
border-radius: 2px;
|
||||||
background-color: mix($fg_color, $bg_color, 40%);
|
background-color: mix($fg_color, $bg_color, 40%);
|
||||||
border: 0px solid;
|
border: 0px solid;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -278,12 +278,6 @@ StScrollBar {
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
StBin#trough, StBin#vhandle { border-width: 0; }
|
StBin#trough, StBin#vhandle { border-width: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
&-menu-item:open {
|
|
||||||
background: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu-content { padding: 1em 0em 1em 0em; }
|
.popup-menu-content { padding: 1em 0em 1em 0em; }
|
||||||
@ -455,7 +449,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.expo-workspaces-name-entry,
|
.expo-workspaces-name-entry,
|
||||||
.expo-workspaces-name-entry#selected {
|
.expo-workspaces-name-entry#selected {
|
||||||
spacing: 25px;
|
height: 15px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@ -493,7 +487,7 @@ StScrollBar {
|
|||||||
//&-controls { visible-height: 32px; }
|
//&-controls { visible-height: 32px; }
|
||||||
|
|
||||||
&-thumbnails {
|
&-thumbnails {
|
||||||
spacing: 14px;
|
spacing: 26px;
|
||||||
|
|
||||||
&-background, &-background:rtl { padding: 8px; }
|
&-background, &-background:rtl { padding: 8px; }
|
||||||
}
|
}
|
||||||
@ -623,35 +617,35 @@ StScrollBar {
|
|||||||
|
|
||||||
//arrow back
|
//arrow back
|
||||||
.calendar-change-month-back {
|
.calendar-change-month-back {
|
||||||
background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg");
|
background-image: url("common-assets/misc/calendar-arrow-left.svg");
|
||||||
|
|
||||||
&:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); }
|
&:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
|
|
||||||
&:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); }
|
&:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
|
|
||||||
&:rtl {
|
&:rtl {
|
||||||
background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg");
|
background-image: url("common-assets/misc/calendar-arrow-right.svg");
|
||||||
|
|
||||||
&:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); }
|
&:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
|
|
||||||
&:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); }
|
&:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//arrow forward
|
//arrow forward
|
||||||
.calendar-change-month-forward {
|
.calendar-change-month-forward {
|
||||||
background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg");
|
background-image: url("common-assets/misc/calendar-arrow-right.svg");
|
||||||
|
|
||||||
&:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); }
|
&:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); }
|
||||||
|
|
||||||
&:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); }
|
&:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); }
|
||||||
|
|
||||||
&:rtl {
|
&:rtl {
|
||||||
background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg");
|
background-image: url("common-assets/misc/calendar-arrow-left.svg");
|
||||||
|
|
||||||
&:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); }
|
&:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); }
|
||||||
|
|
||||||
&:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); }
|
&:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -789,6 +783,10 @@ StScrollBar {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
|
> StBoxLayout {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
&-item-container { spacing: 8px; }
|
&-item-container { spacing: 8px; }
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
|