~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style_global.css

  • Committer: Umang Varma
  • Date: 2022-03-12 23:42:25 UTC
  • Revision ID: git-v1:25d7d8ac55be70373a0664ad69cc5e186926d43b
Translation credits

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Copyright © 2012-2015 Umang Varma <umang.me@gmail.com>
 
3
 * 
 
4
 * This file is part of indicator-stickynotes.
 
5
 * 
 
6
 * indicator-stickynotes is free software: you can redistribute it and/or
 
7
 * modify it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation, either version 3 of the License, or (at your
 
9
 * option) any later version.
 
10
 * 
 
11
 * indicator-stickynotes is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
13
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
14
 * more details.
 
15
 * 
 
16
 * You should have received a copy of the GNU General Public License along with
 
17
 * indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.
 
18
 * 
 
19
 */
 
20
 
 
21
GtkSourceView, GtkButton, GtkEventBox
 
22
{
 
23
    background: transparent;
 
24
}