~ubuntu-branches/ubuntu/quantal/light-themes/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-08-08 14:49:16 UTC
  • Revision ID: package-import@ubuntu.com-20120808144916-uijuhovc0lcmiuv0
Tags: 0.1.90-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
GeditWindow .notebook tab {
33
33
    border-radius: 3px;
34
34
}
 
35
 
 
36
GeditFloatingSlider .not-found {
 
37
    color: @error_fg_color;
 
38
    background-image: none;
 
39
    background-color: @error_bg_color;
 
40
}