Merge lp:~larsu/ubuntu-themes/more-gtk-314-fixes into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 416
Merged at revision: 410
Proposed branch: lp:~larsu/ubuntu-themes/more-gtk-314-fixes
Merge into: lp:ubuntu-themes
Prerequisite: lp:~larsu/ubuntu-themes/stop-using-unico
Diff against target: 679 lines (+51/-379)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+25/-183)
Radiance/gtk-3.0/gtk-widgets.css (+26/-196)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/more-gtk-314-fixes
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+246742@code.launchpad.net

Commit message

A few more fixes and cleanups for gtk 3.14 (combo boxes, spinners)

Description of the change

A few more fixes and cleanups for gtk 3.14 (combo boxes, spinners)

Depends on lp:~larsu/ubuntu-themes/stop-using-unico

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Adolfo Jayme Barrientos (fitojb) wrote :

Awesome! It fixes an issue in Gtk disclosure triangles, which didn’t spin when clicked. Also, kudos for dropping Unico!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2015-01-16 16:54:24 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2015-01-16 16:54:24 +0000
@@ -45,7 +45,6 @@
45 -GtkWidget-wide-separators: true;45 -GtkWidget-wide-separators: true;
46 -GtkWidget-link-color: @link_color;46 -GtkWidget-link-color: @link_color;
47 -GtkWidget-visited-link-color: @link_color;47 -GtkWidget-visited-link-color: @link_color;
48 -GtkWindow-decoration-button-layout: "close:";
49 -GtkWindow-resize-grip-width: 0;48 -GtkWindow-resize-grip-width: 0;
50 -GtkWindow-resize-grip-height: 0;49 -GtkWindow-resize-grip-height: 0;
51 -WnckTasklist-fade-overlay-rect: 0;50 -WnckTasklist-fade-overlay-rect: 0;
@@ -248,29 +247,33 @@
248/******************247/******************
249 * Linked Widgets *248 * Linked Widgets *
250 *****************/249 *****************/
251.linked .entry,250.linked > .entry,
252.linked .button {251.linked > .button,
252.linked > GtkComboBox > .button {
253 border-radius: 0;253 border-radius: 0;
254 border-image-width: 10px 0 10px 0;254 border-image-width: 10px 0 10px 0;
255 border-width: 1px 0 1px 0;255 border-width: 1px 0 1px 0;
256 box-shadow: inset -1px 0 shade (@bg_color, 0.84);256 box-shadow: inset -1px 0 shade (@bg_color, 0.84);
257}257}
258258
259.linked .entry:first-child,259.linked > .entry:first-child,
260.linked .button:first-child {260.linked > .button:first-child,
261.linked > GtkComboBox:first-child > .button {
261 border-image-width: 10px 0 10px 12px;262 border-image-width: 10px 0 10px 12px;
262 border-radius: 8px 0 0 8px;263 border-radius: 8px 0 0 8px;
263}264}
264265
265.linked .entry:last-child,266.linked > .entry:last-child,
266.linked .button:last-child {267.linked > .button:last-child,
268.linked > GtkComboBox:last-child > .button {
267 border-image-width: 10px 12px 10px 0;269 border-image-width: 10px 12px 10px 0;
268 border-radius: 0 8px 8px 0;270 border-radius: 0 8px 8px 0;
269 box-shadow: none;271 box-shadow: none;
270}272}
271273
272.linked .entry:only-child,274.linked > .entry:only-child,
273.linked .button:only-child {275.linked > .button:only-child,
276.linked > GtkComboBox:only-child > .button {
274 border-image-width: 10px 12px 10px 12px;277 border-image-width: 10px 12px 10px 12px;
275 border-radius: 8px;278 border-radius: 8px;
276}279}
@@ -333,22 +336,6 @@
333/*******************336/*******************
334 * check and radio *337 * check and radio *
335 *******************/338 *******************/
336.check,
337.radio,
338.check:insensitive,
339.radio:insensitive {
340
341 background-color: transparent;
342 border-style: none;
343 margin: 1px 0;
344}
345
346GtkCheckButton:hover,
347GtkCheckButton:active:hover,
348GtkCheckButton:selected,
349GtkCheckButton:selected:focus {
350 background-color: transparent;
351}
352339
353/* Draw a focus ring around the contained label ... */340/* Draw a focus ring around the contained label ... */
354GtkCheckButton.text-button GtkLabel {341GtkCheckButton.text-button GtkLabel {
@@ -462,26 +449,6 @@
462 -GdMainIconView-icon-size: 40;449 -GdMainIconView-icon-size: 40;
463}450}
464451
465GtkIconView.content-view.check {
466 background-color: transparent;
467}
468
469GtkIconView.content-view.check:checked {
470 background-color: transparent;
471}
472
473.content-view.view.check,
474.content-view.view.check:checked {
475 background-color: transparent;
476}
477
478GtkIconView.content-view.check:prelight,
479GtkIconView.content-view.check:insensitive,
480GtkIconView.content-view.check:backdrop,
481GtkIconView.content-view.check:selected {
482 background-color: transparent;
483}
484
485/*********452/*********
486 * entry *453 * entry *
487 *********/454 *********/
@@ -586,10 +553,6 @@
586 inset 0 -1px shade (@selected_bg_color, 1.0);553 inset 0 -1px shade (@selected_bg_color, 1.0);
587}554}
588555
589GtkIconView.cell {
590 background-color: transparent;
591}
592
593.rubberband {556.rubberband {
594 background-color: alpha (@selected_bg_color, 0.35);557 background-color: alpha (@selected_bg_color, 0.35);
595 border-color: @selected_bg_color;558 border-color: @selected_bg_color;
@@ -598,11 +561,7 @@
598 border-width: 1px;561 border-width: 1px;
599}562}
600563
601/*********564GtkIconView.cell {
602 * image *
603 *********/
604GtkImage,
605GtkImage:insensitive {
606 background-color: transparent;565 background-color: transparent;
607}566}
608567
@@ -681,23 +640,6 @@
681 inset 0 -1px shade (@error_bg_color, 1.04);640 inset 0 -1px shade (@error_bg_color, 1.04);
682}641}
683642
684/*********
685 * label *
686 *********/
687GtkLabel,
688GtkLabel:insensitive {
689 background-color: transparent;
690}
691
692/*********
693 * stack *
694 *********/
695
696GtkHeaderBar > GtkStack,
697GtkHeaderBar > GtkStack:insensitive {
698 background-color: transparent;
699}
700
701/********643/********
702 * menu *644 * menu *
703 ********/645 ********/
@@ -1192,10 +1134,6 @@
1192 -GtkScale-slider-length: 13;1134 -GtkScale-slider-length: 13;
1193}1135}
11941136
1195.scale.slider {
1196 background-color: transparent;
1197}
1198
1199.scale.trough.highlight {1137.scale.trough.highlight {
1200 background-color: #df784e;1138 background-color: #df784e;
1201 background-image: none;1139 background-image: none;
@@ -1448,116 +1386,26 @@
1448 * spinner *1386 * spinner *
1449 ***********/1387 ***********/
1450@keyframes spinner {1388@keyframes spinner {
1451 0.00% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),1389 to { -gtk-icon-transform: rotate(1turn); }
1452 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1453 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1454 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1455 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1456 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1457 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1458 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
1459
1460 12.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1461 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1462 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1463 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1464 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1465 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1466 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1467 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
1468
1469 25.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1470 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1471 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1472 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1473 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1474 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1475 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1476 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)); }
1477
1478 37.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1479 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1480 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1481 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1482 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1483 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1484 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1485 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)); }
1486
1487 50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1488 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1489 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1490 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1491 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1492 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1493 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1494 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)); }
1495
1496 62.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1497 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1498 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1499 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1500 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1501 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1502 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1503 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)); }
1504
1505 75.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1506 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1507 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1508 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1509 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1510 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1511 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1512 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)); }
1513
1514 87.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1515 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1516 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1517 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1518 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1519 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1520 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1521 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)); }
1522
1523 100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1524 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1525 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1526 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1527 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1528 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1529 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1530 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
1531}1390}
15321391
1533.spinner {1392.spinner {
1534 background-color: transparent;1393 -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
1535 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1536 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1537 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1538 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1539 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1540 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1541 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1542 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
1543 background-position: 14% 14%, 0% 50%, 14% 86%, 50% 100%, 86% 86%, 100% 50%, 86% 14%, 50% 0%;
1544 background-size: 20% 20%;
1545 background-repeat: no-repeat;
1546}
1547
1548.menu .spinner,
1549.menu .spinner:hover,
1550.primary-toolbar .spinner,
1551.primary-toolbar .spinner,
1552.header-bar .spinner,
1553.header-bar .spinner {
1554 color: @selected_bg_color;1394 color: @selected_bg_color;
1555 border: none;1395 opacity: 0;
1556 box-shadow: none;
1557}1396}
15581397
1559.spinner:active {1398.spinner:active {
1560 animation: spinner 1s infinite linear;1399 animation: spinner 1s infinite linear;
1400 opacity: 1;
1401}
1402
1403.spinner:active:backdrop {
1404 color: @backdrop_fg_color;
1405}
1406
1407.spinner:active:insensitive {
1408 opacity: 0.5;
1561}1409}
15621410
1563/*************1411/*************
@@ -1686,7 +1534,6 @@
1686}1534}
16871535
1688.titlebar.header-bar .button.titlebutton {1536.titlebar.header-bar .button.titlebutton {
1689 background-color: transparent;
1690 border-image-width: 0;1537 border-image-width: 0;
1691 box-shadow: none;1538 box-shadow: none;
1692}1539}
@@ -1979,14 +1826,9 @@
1979 border-style: solid;1826 border-style: solid;
1980 border-width: 1px;1827 border-width: 1px;
19811828
1982 background-color: transparent;
1983 color: @tooltip_fg_color;1829 color: @tooltip_fg_color;
1984}1830}
19851831
1986.tooltip * {
1987 background-color: transparent;
1988}
1989
1990/************1832/************
1991 * treeview *1833 * treeview *
1992 ************/1834 ************/
19931835
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2015-01-16 16:54:24 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2015-01-16 16:54:24 +0000
@@ -44,7 +44,6 @@
44 -GtkWidget-separator-height: 2;44 -GtkWidget-separator-height: 2;
45 -GtkWidget-link-color: @link_color;45 -GtkWidget-link-color: @link_color;
46 -GtkWidget-visited-link-color: @link_color;46 -GtkWidget-visited-link-color: @link_color;
47 -GtkWindow-decoration-button-layout: "close:";
48 -GtkWindow-resize-grip-width: 0;47 -GtkWindow-resize-grip-width: 0;
49 -GtkWindow-resize-grip-height: 0;48 -GtkWindow-resize-grip-height: 0;
50 -WnckTasklist-fade-overlay-rect: 0;49 -WnckTasklist-fade-overlay-rect: 0;
@@ -247,29 +246,33 @@
247/******************246/******************
248 * Linked Widgets *247 * Linked Widgets *
249 *****************/248 *****************/
250.linked .entry,249.linked > .entry,
251.linked .button {250.linked > .button,
251.linked > GtkComboBox > .button {
252 border-radius: 0;252 border-radius: 0;
253 border-image-width: 10px 0 10px 0;253 border-image-width: 10px 0 10px 0;
254 border-width: 1px 0 1px 0;254 border-width: 1px 0 1px 0;
255 box-shadow: inset -1px 0 shade (@bg_color, 0.84);255 box-shadow: inset -1px 0 shade (@bg_color, 0.84);
256}256}
257257
258.linked .entry:first-child,258.linked > .entry:first-child,
259.linked .button:first-child {259.linked > .button:first-child,
260.linked > GtkComboBox:first-child > .button {
260 border-image-width: 10px 0 10px 12px;261 border-image-width: 10px 0 10px 12px;
261 border-radius: 8px 0 0 8px;262 border-radius: 8px 0 0 8px;
262}263}
263264
264.linked .entry:last-child,265.linked > .entry:last-child,
265.linked .button:last-child {266.linked > .button:last-child,
267.linked > GtkComboBox:last-child > .button {
266 border-image-width: 10px 12px 10px 0;268 border-image-width: 10px 12px 10px 0;
267 border-radius: 0 8px 8px 0;269 border-radius: 0 8px 8px 0;
268 box-shadow: none;270 box-shadow: none;
269}271}
270272
271.linked .entry:only-child,273.linked > .entry:only-child,
272.linked .button:only-child {274.linked > .button:only-child,
275.linked > GtkComboBox:only-child > .button {
273 border-image-width: 10px 12px 10px 12px;276 border-image-width: 10px 12px 10px 12px;
274 border-radius: 8px;277 border-radius: 8px;
275}278}
@@ -336,22 +339,6 @@
336/*******************339/*******************
337 * check and radio *340 * check and radio *
338 *******************/341 *******************/
339.check,
340.radio,
341.check:insensitive,
342.radio:insensitive {
343
344 background-color: transparent;
345 border-style: none;
346 margin: 1px 0;
347}
348
349GtkCheckButton:hover,
350GtkCheckButton:active:hover,
351GtkCheckButton:selected,
352GtkCheckButton:selected:focus {
353 background-color: transparent;
354}
355342
356/* Draw a focus ring around the contained label ... */343/* Draw a focus ring around the contained label ... */
357GtkCheckButton.text-button GtkLabel {344GtkCheckButton.text-button GtkLabel {
@@ -465,26 +452,6 @@
465 -GdMainIconView-icon-size: 40;452 -GdMainIconView-icon-size: 40;
466}453}
467454
468GtkIconView.content-view.check {
469 background-color: transparent;
470}
471
472GtkIconView.content-view.check:checked {
473 background-color: transparent;
474}
475
476.content-view.view.check,
477.content-view.view.check:checked {
478 background-color: transparent;
479}
480
481GtkIconView.content-view.check:prelight,
482GtkIconView.content-view.check:insensitive,
483GtkIconView.content-view.check:backdrop,
484GtkIconView.content-view.check:selected {
485 background-color: transparent;
486}
487
488/*********455/*********
489 * entry *456 * entry *
490 *********/457 *********/
@@ -588,10 +555,6 @@
588 inset 0 -1px shade (@selected_bg_color, 1.0);555 inset 0 -1px shade (@selected_bg_color, 1.0);
589}556}
590557
591GtkIconView.cell {
592 background-color: transparent;
593}
594
595.rubberband {558.rubberband {
596 background-color: alpha (@selected_bg_color, 0.35);559 background-color: alpha (@selected_bg_color, 0.35);
597 border-color: @selected_bg_color;560 border-color: @selected_bg_color;
@@ -600,11 +563,7 @@
600 border-width: 1px;563 border-width: 1px;
601}564}
602565
603/*********566GtkIconView.cell {
604 * image *
605 *********/
606GtkImage,
607GtkImage:insensitive {
608 background-color: transparent;567 background-color: transparent;
609}568}
610569
@@ -683,23 +642,6 @@
683 inset 0 -1px shade (@error_bg_color, 1.04);642 inset 0 -1px shade (@error_bg_color, 1.04);
684}643}
685644
686/*********
687 * label *
688 *********/
689GtkLabel,
690GtkLabel:insensitive {
691 background-color: transparent;
692}
693
694/*********
695 * stack *
696 *********/
697
698GtkHeaderBar > GtkStack,
699GtkHeaderBar > GtkStack:insensitive {
700 background-color: transparent;
701}
702
703/********645/********
704 * menu *646 * menu *
705 ********/647 ********/
@@ -1193,10 +1135,6 @@
1193 -GtkScale-slider-length: 13;1135 -GtkScale-slider-length: 13;
1194}1136}
11951137
1196.scale.slider {
1197 background-color: transparent;
1198}
1199
1200.scale.trough.highlight {1138.scale.trough.highlight {
1201 background-color: #df784e;1139 background-color: #df784e;
1202 background-image: none;1140 background-image: none;
@@ -1276,10 +1214,6 @@
1276 inset 0 -1px shade (@bg_color, 1.01);1214 inset 0 -1px shade (@bg_color, 1.01);
1277}1215}
12781216
1279.scrollbar.button,
1280.scrollbar.button:insensitive {
1281}
1282
1283/* overlay scrollbar */1217/* overlay scrollbar */
1284OsThumb {1218OsThumb {
1285 color: shade (@fg_color, 1.6);1219 color: shade (@fg_color, 1.6);
@@ -1391,10 +1325,6 @@
1391/***********1325/***********
1392 * sidebar *1326 * sidebar *
1393 ***********/1327 ***********/
1394.sidebar,
1395.sidebar .view {
1396}
1397
1398.sidebar row:selected {1328.sidebar row:selected {
1399 text-shadow: 0 1px shade (@selected_bg_color, 0.7);1329 text-shadow: 0 1px shade (@selected_bg_color, 0.7);
1400}1330}
@@ -1456,116 +1386,26 @@
1456 * spinner *1386 * spinner *
1457 ***********/1387 ***********/
1458@keyframes spinner {1388@keyframes spinner {
1459 0.00% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),1389 to { -gtk-icon-transform: rotate(1turn); }
1460 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1461 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1462 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1463 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1464 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1465 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1466 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
1467
1468 12.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1469 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1470 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1471 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1472 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1473 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1474 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1475 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
1476
1477 25.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1478 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1479 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1480 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1481 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1482 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1483 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1484 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)); }
1485
1486 37.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1487 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1488 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1489 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1490 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1491 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1492 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1493 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)); }
1494
1495 50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1496 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1497 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1498 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1499 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1500 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1501 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1502 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)); }
1503
1504 62.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1505 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1506 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1507 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1508 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1509 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1510 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1511 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)); }
1512
1513 75.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1514 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1515 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1516 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1517 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1518 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1519 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1520 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)); }
1521
1522 87.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
1523 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1524 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1525 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1526 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1527 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1528 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1529 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)); }
1530
1531 100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1532 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
1533 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
1534 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
1535 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
1536 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
1537 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
1538 -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
1539}1390}
15401391
1541.spinner {1392.spinner {
1542 background-color: transparent;1393 -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
1543 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1544 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1545 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1546 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1547 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1548 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1549 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
1550 -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
1551 background-position: 14% 14%, 0% 50%, 14% 86%, 50% 100%, 86% 86%, 100% 50%, 86% 14%, 50% 0%;
1552 background-size: 20% 20%;
1553 background-repeat: no-repeat;
1554}
1555
1556.menu .spinner,
1557.menu .spinner:hover,
1558.primary-toolbar .spinner,
1559.primary-toolbar .spinner,
1560.header-bar .spinner,
1561.header-bar .spinner {
1562 color: @selected_bg_color;1394 color: @selected_bg_color;
1563 border: none;1395 opacity: 0;
1564 box-shadow: none;
1565}1396}
15661397
1567.spinner:active {1398.spinner:active {
1568 animation: spinner 1s infinite linear;1399 animation: spinner 1s infinite linear;
1400 opacity: 1;
1401}
1402
1403.spinner:active:backdrop {
1404 color: @backdrop_fg_color;
1405}
1406
1407.spinner:active:insensitive {
1408 opacity: 0.5;
1569}1409}
15701410
1571/*************1411/*************
@@ -1692,7 +1532,6 @@
1692}1532}
16931533
1694.titlebar.header-bar .button.titlebutton {1534.titlebar.header-bar .button.titlebutton {
1695 background-color: transparent;
1696 border-image-width: 0;1535 border-image-width: 0;
1697 box-shadow: none;1536 box-shadow: none;
1698}1537}
@@ -1701,7 +1540,6 @@
1701 border-image-width: 12px;1540 border-image-width: 12px;
1702}1541}
17031542
1704
1705/***********1543/***********
1706 * toolbar *1544 * toolbar *
1707 ***********/1545 ***********/
@@ -1886,10 +1724,6 @@
1886 icon-shadow: 0 1px shade (@bg_color, 1.16);1724 icon-shadow: 0 1px shade (@bg_color, 1.16);
1887}1725}
18881726
1889.inline-toolbar.toolbar .button *:insensitive,
1890.inline-toolbar.toolbar GtkToolButton .button:insensitive {
1891}
1892
1893/* Middle button */1727/* Middle button */
1894.inline-toolbar.toolbar .button,1728.inline-toolbar.toolbar .button,
1895.inline-toolbar.toolbar .button:active,1729.inline-toolbar.toolbar .button:active,
@@ -1993,10 +1827,6 @@
1993 color: @tooltip_fg_color;1827 color: @tooltip_fg_color;
1994}1828}
19951829
1996.tooltip * {
1997 background-color: transparent;
1998}
1999
2000/************1830/************
2001 * treeview *1831 * treeview *
2002 ************/1832 ************/
@@ -2072,7 +1902,6 @@
2072 color: @fg_color;1902 color: @fg_color;
2073}1903}
20741904
2075
2076.popover .menuitem:checked,1905.popover .menuitem:checked,
2077.popover .menuitem.check,1906.popover .menuitem.check,
2078.popover .menuitem.check:checked,1907.popover .menuitem.check:checked,
@@ -2109,3 +1938,4 @@
21091938
2110 color: @backdrop_selected_fg_color;1939 color: @backdrop_selected_fg_color;
2111}1940}
1941

Subscribers

People subscribed via source and target branches