From f00a5019c8ed360e47d9530f33cf1b59a9bef76f Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 24 Jun 2014 16:43:56 +0000 Subject: [PATCH] Delete file style.css in wrong directory git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3180 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- style.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index e2de58927..000000000 --- a/style.css +++ /dev/null @@ -1,21 +0,0 @@ -QTabBar::tab:!selected -{background-color: transparent; -} -QMainWindow -{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); -} -QListView -{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(130, 160, 210)); -} -QTreeView -{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(43, 75, 116), stop:1 rgb(197, 245, 254)); -} -QTreeView::item -{background-color: rgba(100, 100, 100, 00); -} -QTreeView::item:hover -{background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1); -} -QAbstractScrollArea#mdiarea -{background-image: url(':/ico/mdiarea_bg.png');background-repeat: no-repeat;background-position: center middle; -}