Git commit 326f8054ed27a4c52a8c8a79b3c12e01a119ae3e by Burkhard L?ck. Committed on 03/09/2011 at 17:54. Pushed by lueck into branch 'KDE/4.7'.
same background color for guiicon than other gui* elements CCMAIL:kde-doc-english at kde.org M +1 -1 doc/common/kde-default.css http://commits.kde.org/kdelibs/326f8054ed27a4c52a8c8a79b3c12e01a119ae3e diff --git a/doc/common/kde-default.css b/doc/common/kde-default.css index 440c91c..6d58dc7 100644 --- a/doc/common/kde-default.css +++ b/doc/common/kde-default.css @@ -231,7 +231,7 @@ p, h1, h2, h3, h4, h5, h6, td, th { color: rgb(0,0,0); /* should be inherit */ } -.guilabel, .interface, .guibutton { +.guilabel, .interface, .guibutton, .guiicon { background-color: rgb(220,220,220); color: rgb(0,0,0); /* should be inherit */ }
