Re: Fullscreen themes

"Ilya Konkov" <[email protected]> Fri, 27 Jun 2008 11:36:08 +0600
Newsgroups gmane.comp.kde.gwenview
Message-ID <[email protected]>
Hello,

Current theme css has double code for scrollbar, that screws meta
information dialog horizontal scrollbar.

--
Ilya Konkov

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

_______________________________________________
Gwenview-general mailing list
Gwenview-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/gwenview-general
fs-theme-style.patch (application/octet-stream, 1.9 KB)
Index: fullscreenthemes/blackglass/style.css
===================================================================
--- fullscreenthemes/blackglass/style.css	(revision 825004)
+++ fullscreenthemes/blackglass/style.css	(working copy)
@@ -123,74 +123,7 @@
 		stop:0 #444, stop: 0.6 black, stop:1 black);
 }
 
-/* Thumbnail bar */
-#thumbnailBarView {
-	background-color: rgba(0, 0, 0, 10%);
-	border: 1px solid rgba(0, 0, 0, 35%);
-	border-radius: 2px;
-	padding: 0px;
-}
 
-/* QScrollBar */
-QScrollBar:horizontal {
-	background-color: transparent;
-	height: 8px;
-	margin: 0 10px 0px 10px;
-	padding: 0 2px 0px 2px;
-}
-
-QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
-	width: 0px;
-	border: 0px;
-}
-
-QScrollBar::add-line:horizontal {
-	width: 10px;
-	border: 0px;
-	background: transparent;
-	subcontrol-position: right;
-	subcontrol-origin: margin;
-}
-
-QScrollBar::sub-line:horizontal {
-	width: 10px;
-	border: 0px;
-	background: transparent;
-	subcontrol-position: left;
-	subcontrol-origin: margin;
-}
-
-QScrollBar:left-arrow:horizontal {
-	background: url($themeDir/scroll-left.png);
-	height: 7px;
-	width: 7px;
-}
-
-QScrollBar:right-arrow:horizontal {
-	background: url($themeDir/scroll-right.png);
-	height: 7px;
-	width: 7px;
-}
-
-QScrollBar::handle:horizontal {
-	border-radius: 3px;
-	min-width: 20px;
-	background-color:
-		qlineargradient(x1:0, y1:0, x2:0, y2:1,
-		stop: 0 rgb(86, 86, 86), stop: 0.5 rgb(54, 54, 54), stop: 0.51 rgb(22, 22, 22), stop: 1 rgb(54, 54, 54));
-	border: 1px solid rgb(54, 54, 54);
-	border-top: 1px solid rgb(110, 110, 110);
-}
-
-QScrollBar::handle:hover {
-	background-color:
-		qlineargradient(x1:0, y1:0, x2:0, y2:1,
-		stop: 0 rgb(94, 94, 94), stop: 0.5 rgb(62, 62, 62), stop: 0.51 rgb(30, 30, 30), stop: 1 rgb(62, 62, 62));
-	border: 1px solid rgb(62, 62, 62);
-	border-top: 1px solid rgb(118, 118, 118);
-}
-
-
 /* Misc */
 QLabel[isTitle=true] {
 	font-weight: bold;