diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-03 11:33:09 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-12-20 10:25:03 +0100 |
commit | 11fdd1884b3e64d941be8fc617262b33ef0855e1 (patch) | |
tree | 4b010708b5a050f1b8c98d95cb9cdaa2cc3965ba /control-center.rc | |
parent | f5e08315f4fa329ff0ade7285045881507ed3d5c (diff) | |
download | control-center-11fdd1884b3e64d941be8fc617262b33ef0855e1.tar control-center-11fdd1884b3e64d941be8fc617262b33ef0855e1.tar.gz control-center-11fdd1884b3e64d941be8fc617262b33ef0855e1.tar.bz2 control-center-11fdd1884b3e64d941be8fc617262b33ef0855e1.tar.xz control-center-11fdd1884b3e64d941be8fc617262b33ef0855e1.zip |
switch from RC files to CSS
Diffstat (limited to 'control-center.rc')
-rw-r--r-- | control-center.rc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/control-center.rc b/control-center.rc deleted file mode 100644 index cb875aa9..00000000 --- a/control-center.rc +++ /dev/null @@ -1,35 +0,0 @@ -# gtkrc -- gtkrc for MCC themes -# -# Copyright (C) 2000, 2001 Eazel, Inc. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# -# $Id: control-center.rc 246590 2008-09-24 23:53:24Z tv $ -# -# Authors: Thierry Vignaud <tvignaud@mandrakesoft.com> - - -# Default style for mcc specific widgets (mainly main_window and -# scrolled windows per mcc category - -style "focus" -{ - GtkWidget::interior_focus=0 - GtkWidget::focus-line-width=0 -} - -class "GtkTextView" style "focus" -widget "*focus*" style "focus" - |