~ubuntu-branches/ubuntu/wily/almanah/wily

« back to all changes in this revision

Viewing changes to data/almanah.css

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-05-14 10:27:40 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130514102740-51ms12655c04devm
Tags: 0.10.8-1
* Imported Upstream version 0.10.8
* debian/control:
  - Build-Depends on versioned libgtk-3-dev (>= 3.5.6)
  - Remove libedataserverui-3.0-dev from Build-Depends
  - Build-Depends on libgtkspell3-3-dev
* debian/patches/desktop_keywords:
  - Add Keywords entry in .desktop file
* debian/patches/spellchecking_error:
  - Fix spellchecking errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AlmanahMainWindow GtkToolbar {
 
2
    border-style: solid;
 
3
    border-radius: 0px;
 
4
    border-width: 0px;
 
5
    border-top-width: 0px;
 
6
    border-bottom-width: 1px;
 
7
}
 
8
 
 
9
AlmanahCalendarButton:active {
 
10
    background-image: none;
 
11
    background-color: @menu_bg_color;
 
12
 
 
13
    border-image: none;
 
14
    border-color: @menu_bg_color;
 
15
    border-radius: 4px 4px 0 0;
 
16
}
 
17
 
 
18
AlmanahCalendarButton GtkLabel:active {
 
19
    color: @theme_text_color;
 
20
    text-shadow: none;
 
21
}
 
22
 
 
23
AlmanahCalendarButton GtkArrow:active {
 
24
    color: @theme_text_color;
 
25
}
 
26
 
 
27
AlmanahCalendarWindow {
 
28
    background-color: @menu_bg_color;
 
29
}
 
30
 
 
31
AlmanahEntryTagsArea {
 
32
    background-color: #fff;
 
33
}
 
34
 
 
35
AlmanahEntryTagsArea:backdrop {
 
36
    background-color: @theme_unfocused_base_color;
 
37
}
 
38
 
 
39
AlmanahTagEntry {
 
40
   color: #aaa;
 
41
   font-size: 8;
 
42
   border-width: 0px;
 
43
   border-style: none;
 
44
   border-radius: 0px;
 
45
   margin: 0px;
 
46
   padding: 10px;
 
47
   box-shadow: none;
 
48
   background-color: #fff;
 
49
   background-image: none;
 
50
   transition: none;
 
51
}
 
52
 
 
53
AlmanahTagEntry:focused {
 
54
   color: @theme_text_color;
 
55
}
 
56
 
 
57
AlmanahTagEntry:backdrop {
 
58
    background-color: @theme_unfocused_base_color;
 
59
}
 
60
 
 
61
.almanah-mw-main-content GtkScrolledWindow {
 
62
    border-style: solid;
 
63
    border-radius: 0px;
 
64
    border-width: 0px;
 
65
    border-bottom-width: 1px;
 
66
    border-top-width: 1px;
 
67
    background-color: #fff;
 
68
}
 
69
 
 
70
.almanah-mw-main-content GtkScrolledWindow:backdrop {
 
71
    background-color: @theme_unfocused_base_color;
 
72
}