Hello community,

here is the log from the commit of package mint-themes for openSUSE:Factory 
checked in at 2018-12-18 14:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mint-themes (Old)
 and      /work/SRC/openSUSE:Factory/.mint-themes.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mint-themes"

Tue Dec 18 14:57:42 2018 rev:12 rq:658209 version:1.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/mint-themes/mint-themes.changes  2018-12-03 
10:10:40.507693224 +0100
+++ /work/SRC/openSUSE:Factory/.mint-themes.new.28833/mint-themes.changes       
2018-12-18 14:58:10.510271014 +0100
@@ -1,0 +2,7 @@
+Fri Dec 14 12:54:01 UTC 2018 - [email protected]
+
+- Update to version 1.7.6 (changes since 1.7.4):
+  * Mint-X: Fix GWL styling in top/left/right panel orientations.
+  * Cinnamon: Increase padding and centre align text in applets.
+
+-------------------------------------------------------------------

Old:
----
  mint-themes_1.7.4.tar.xz

New:
----
  mint-themes_1.7.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mint-themes.spec ++++++
--- /var/tmp/diff_new_pack.ICzCty/_old  2018-12-18 14:58:11.330269774 +0100
+++ /var/tmp/diff_new_pack.ICzCty/_new  2018-12-18 14:58:11.338269762 +0100
@@ -18,7 +18,7 @@
 
 %define _name   mint
 Name:           mint-themes
-Version:        1.7.4
+Version:        1.7.6
 Release:        0
 Summary:        Mint Themes
 License:        GPL-3.0-or-later

++++++ mint-themes_1.7.4.tar.xz -> mint-themes_1.7.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/debian/changelog 
new/mint-themes/debian/changelog
--- old/mint-themes/debian/changelog    2018-11-27 18:22:14.000000000 +0100
+++ new/mint-themes/debian/changelog    2018-12-12 14:16:11.000000000 +0100
@@ -1,3 +1,16 @@
+mint-themes (1.7.6) tessa; urgency=medium
+
+  * Cinnamon: Increase padding and center align text in applets
+
+ -- Clement Lefebvre <[email protected]>  Wed, 12 Dec 2018 13:16:11 +0000
+
+mint-themes (1.7.5) tessa; urgency=medium
+
+  [ Jason Hicks ]
+  * Mint-X: Fix GWL styling in top/left/right panel orientations (#173)
+
+ -- Clement Lefebvre <[email protected]>  Tue, 11 Dec 2018 11:13:05 +0000
+
 mint-themes (1.7.4) tessa; urgency=medium
 
   [ Germán Franco ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css 
new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css       
2018-11-15 10:39:21.000000000 +0100
+++ new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css       
2018-12-12 13:34:01.000000000 +0100
@@ -1531,30 +1531,21 @@
     border-image: url("panel-assets/pressed.svg") 6;
 }
 
-.panel-top .grouped-window-list-item-box:active,
-.panel-top .grouped-window-list-item-box:checked,
 .panel-top .grouped-window-list-item-box:focus,
-.panel-top .grouped-window-list-item-box:checked:hover,
 .panel-top .grouped-window-list-item-box:focus:hover,
-.panel-top .grouped-window-list-item-box:active:hover {
+.panel-top .grouped-window-list-item-box:focus:active:hover {
     border-image: url("panel-assets/pressed-top.svg") 6;
 }
 
-.panel-left .grouped-window-list-item-box:active,
-.panel-left .grouped-window-list-item-box:checked,
 .panel-left .grouped-window-list-item-box:focus,
-.panel-left .grouped-window-list-item-box:checked:hover,
 .panel-left .grouped-window-list-item-box:focus:hover,
-.panel-left .grouped-window-list-item-box:active:hover {
+.panel-left .grouped-window-list-item-box:focus:active:hover {
     border-image: url("panel-assets/pressed-left.svg") 6;
 }
 
-.panel-right .grouped-window-list-item-box:active,
-.panel-right .grouped-window-list-item-box:checked,
 .panel-right .grouped-window-list-item-box:focus,
-.panel-right .grouped-window-list-item-box:checked:hover,
 .panel-right .grouped-window-list-item-box:focus:hover,
-.panel-right .grouped-window-list-item-box:active:hover {
+.panel-right .grouped-window-list-item-box:focus:active:hover {
     border-image: url("panel-assets/pressed-right.svg") 6;
 }
 
@@ -1843,6 +1834,7 @@
     padding-right: 4px;
     padding-top: 1px;
     spacing: 3px;
+    text-align: center;
 }
 
 .applet-box.vertical {
Binary files 
old/mint-themes/src/Mint-Y/cinnamon/.sass-cache/28d2ccc3a58a7337a2440e61a90993837cbd499b/_common.scssc
 and 
new/mint-themes/src/Mint-Y/cinnamon/.sass-cache/28d2ccc3a58a7337a2440e61a90993837cbd499b/_common.scssc
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css 
new/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css
--- old/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css       2018-11-15 
10:39:21.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/cinnamon-dark.css       2018-12-12 
13:34:25.000000000 +0100
@@ -1411,12 +1411,13 @@
     height: 1px;
     background: rgba(255, 255, 255, 0.12); }
 .applet-box {
-  padding-left: 3px;
-  padding-right: 3px;
+  padding-left: 4px;
+  padding-right: 4px;
   spacing: 4px;
   color: #f0f0f0;
   text-shadow: none;
-  transition-duration: 100; }
+  transition-duration: 100;
+  text-align: center; }
   .applet-box StLabel {
     padding-top: 2px; }
   .applet-box.vertical {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/cinnamon.css 
new/mint-themes/src/Mint-Y/cinnamon/cinnamon.css
--- old/mint-themes/src/Mint-Y/cinnamon/cinnamon.css    2018-11-15 
10:39:21.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/cinnamon.css    2018-12-12 
13:34:25.000000000 +0100
@@ -1411,12 +1411,13 @@
     height: 1px;
     background: rgba(255, 255, 255, 0.12); }
 .applet-box {
-  padding-left: 3px;
-  padding-right: 3px;
+  padding-left: 4px;
+  padding-right: 4px;
   spacing: 4px;
   color: #f0f0f0;
   text-shadow: none;
-  transition-duration: 100; }
+  transition-duration: 100;
+  text-align: center; }
   .applet-box StLabel {
     padding-top: 2px; }
   .applet-box.vertical {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss 
new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss
--- old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss       2018-11-15 
10:39:21.000000000 +0100
+++ new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss       2018-12-12 
13:33:33.000000000 +0100
@@ -1883,12 +1883,13 @@
   }
 
   &-box {
-    padding-left: 3px;
-    padding-right: 3px;
+    padding-left: 4px;
+    padding-right: 4px;
     spacing: 4px;
     color: $panel_fg;
     text-shadow: none;
     transition-duration: 100;
+    text-align: center;
 
     & StLabel { padding-top: 2px; }
 


Reply via email to