Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2018-04-22 14:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-openSUSE"

Sun Apr 22 14:32:58 2018 rev:100 rq:597332 version:15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes      
2018-03-28 10:28:11.483928846 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2018-04-22 14:33:04.591218154 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 15:50:59 UTC 2018 - hel...@mailbox.org
+
+- Don't hard-code the system role text color (bsc#1087399)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openSUSE.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/LICENSE new/openSUSE/LICENSE
--- old/openSUSE/LICENSE        2018-03-26 15:04:54.078069682 +0200
+++ new/openSUSE/LICENSE        2018-04-16 17:58:27.026211370 +0200
@@ -2,7 +2,7 @@
 All rights reserved.
 
 This package (other than those portions that are trademarks, logos, and trade
-dress of Novell, Inc), is made available under the following terms:
+dress of SUSE), is made available under the following terms:
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
@@ -14,7 +14,7 @@
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 
-* Neither the name of the Novell nor the names of its contributors may be
+* Neither the name of the SUSE nor the names of its contributors may be
 used to endorse or promote products derived from this software without
 specific prior written permission.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/cyan-black_richtext.css 
new/openSUSE/yast_wizard/cyan-black_richtext.css
--- old/openSUSE/yast_wizard/cyan-black_richtext.css    2018-03-07 
13:28:08.468927288 +0100
+++ new/openSUSE/yast_wizard/cyan-black_richtext.css    2018-04-16 
17:37:47.000000000 +0200
@@ -1,4 +1,5 @@
 a { color: gray; }
+a.dontlooklikealink { color: cyan; text-decoration: none; }
 .red { color: rgb(237,28,36); }
 .blue { color: rgb(0,127,178); }
 .green { color: #537d23); }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/highcontrast_richtext.css 
new/openSUSE/yast_wizard/highcontrast_richtext.css
--- old/openSUSE/yast_wizard/highcontrast_richtext.css  2018-03-07 
13:28:08.472927326 +0100
+++ new/openSUSE/yast_wizard/highcontrast_richtext.css  2018-04-16 
17:37:47.000000000 +0200
@@ -1,4 +1,5 @@
 a { color: #ffff00; }
+a.dontlooklikealink { color: cyan; text-decoration: none; }
 .red { color: #ff0000; }
 .blue { color: cyan; }
 .green { color: #00ff00; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/installation.qss 
new/openSUSE/yast_wizard/installation.qss
--- old/openSUSE/yast_wizard/installation.qss   2018-03-26 14:53:06.392858026 
+0200
+++ new/openSUSE/yast_wizard/installation.qss   2018-04-16 17:37:47.000000000 
+0200
@@ -259,10 +259,10 @@
      display messes up. See bnc#888589, bsc#948311 and QTBUG#8209 */
 }
 QTabBar::tab {
-  color: #ccc;
+  color: #555;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
-  border: 1px solid #ddd;
+  border: 0;
   border-bottom: 1px solid #bbb;
    min-height: 20px;
   min-width: 40px;
@@ -277,8 +277,8 @@
 
 QTabBar::tab:!selected:hover {
   color: #333;
-  border: 1px solid #c0c0c0;
-  border-bottom: 1px solid #c0c0c0;
+  border: 0;
+  border-bottom: 1px solid #bbb;
 }
 
 QTabBar::tear {
@@ -360,7 +360,8 @@
 QMenu {
   color: #333333;
   background: #fff;
-  selection-color: #bbb;
+  selection-background-color: #73ba25;
+  selection-color: #fff;
 }
 QGroupBox {
   border: 0px;
@@ -592,6 +593,3 @@
   background-color: #EEEEEE;
   color: #333;
 } 
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/installation_richtext.css 
new/openSUSE/yast_wizard/installation_richtext.css
--- old/openSUSE/yast_wizard/installation_richtext.css  2018-03-07 
13:28:08.476927363 +0100
+++ new/openSUSE/yast_wizard/installation_richtext.css  2018-04-16 
17:37:47.000000000 +0200
@@ -1,4 +1,5 @@
 a { color: #00a489; }
+a.dontlooklikealink { color: #333; text-decoration: none; }
 .red { color: #FF3C3C; }
 .blue { color: #21a4df; }
 .green { color: #6da741; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/richtext.css 
new/openSUSE/yast_wizard/richtext.css
--- old/openSUSE/yast_wizard/richtext.css       2018-03-07 13:28:08.476927363 
+0100
+++ new/openSUSE/yast_wizard/richtext.css       2018-04-16 17:37:47.000000000 
+0200
@@ -1,4 +1,5 @@
 a { color: #537d23; }
+a.dontlooklikealink { color: #333; text-decoration: none; }
 .red { color: rgb(237,28,36); }
 .blue { color: rgb(0,127,178); }
 .green { color: #537d23); }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE/yast_wizard/white-black_richtext.css 
new/openSUSE/yast_wizard/white-black_richtext.css
--- old/openSUSE/yast_wizard/white-black_richtext.css   2018-03-07 
13:28:08.480927401 +0100
+++ new/openSUSE/yast_wizard/white-black_richtext.css   2018-04-16 
17:37:47.000000000 +0200
@@ -1,4 +1,5 @@
 a { color: gray; }
+a.dontlooklikealink { color: white; text-decoration: none; }
 .red { color: rgb(237,28,36); }
 .blue { color: rgb(0,127,178); }
 .green { color: #537d23); }


Reply via email to