~dashua/+junk/light_themes_new_check_and_radio_assets

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/apps/gedit.css

  • Committer: James Schriver
  • Date: 2012-03-09 13:44:42 UTC
  • Revision ID: jws141@gmail.com-20120309134442-68p4u0p8e0v7vth5
Merge trunk and variou fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@define-color notebook_tab_gradient_b shade (@bg_color, 0.98);
 
2
 
 
3
GeditWindow .pane-separator,
 
4
GeditWindow .pane-separator:hover {
 
5
}
 
6
 
 
7
GeditPanel.title GtkLabel {
 
8
}
 
9
 
 
10
GeditPanel .toolbar {
 
11
    border-style: none;
 
12
    background-color: transparent;
 
13
}
 
14
 
 
15
GeditDocumentsPanel .view {
 
16
}
 
17
 
 
18
GeditDocumentsPanel .view:backdrop {
 
19
}
 
20
 
 
21
GeditWindow .notebook {
 
22
    padding: 1px;
 
23
    border-radius: 1px;
 
24
}
 
25
 
 
26
GeditPanel .notebook {
 
27
    padding: 3px;
 
28
    border-radius: 1px;
 
29
}
 
30
 
 
31
GeditPanel .notebook tab,
 
32
GeditWindow .notebook tab {
 
33
    border-radius: 3px;
 
34
}