~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-12-02 13:21:08 UTC
  • mfrom: (10.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131202132108-sfv3084bowgmzq09
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AlmanahMainWindow GtkToolbar {
2
 
    border-style: solid;
3
 
    border-radius: 0px;
4
2
    border-width: 0px;
5
 
    border-top-width: 0px;
6
 
    border-bottom-width: 1px;
7
3
}
8
4
 
9
5
AlmanahCalendarButton:active {
13
9
    border-image: none;
14
10
    border-color: @menu_bg_color;
15
11
    border-radius: 4px 4px 0 0;
 
12
 
 
13
    color: @theme_text_color;
 
14
    text-shadow: none;
16
15
}
17
16
 
18
17
AlmanahCalendarButton GtkLabel:active {
28
27
    background-color: @menu_bg_color;
29
28
}
30
29
 
31
 
AlmanahEntryTagsArea {
32
 
    background-color: #fff;
33
 
}
34
 
 
35
 
AlmanahEntryTagsArea:backdrop {
36
 
    background-color: @theme_unfocused_base_color;
37
 
}
38
 
 
39
30
AlmanahTagEntry {
40
31
   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;
 
32
   font-size: 8px;
50
33
   transition: none;
51
34
}
52
35