~osomon/webbrowser-app/bottom-edge

« back to all changes in this revision

Viewing changes to src/app/webbrowser/UrlDelegate.qml

  • Committer: Olivier Tilloy
  • Date: 2015-03-20 12:19:51 UTC
  • Revision ID: olivier.tilloy@canonical.com-20150320121951-ag7okskug4idpf9s
Replace all instances of hardcoded #5d5d5d with UbuntuColors.darkGrey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014 Canonical Ltd.
 
2
 * Copyright 2014-2015 Canonical Ltd.
3
3
 *
4
4
 * This file is part of webbrowser-app.
5
5
 *
52
52
                id: title
53
53
 
54
54
                fontSize: "x-small"
55
 
                color: "#5d5d5d"
 
55
                color: UbuntuColors.darkGrey
56
56
                wrapMode: Text.Wrap
57
57
                elide: Text.ElideRight
58
58
                maximumLineCount: 1
62
62
                id: url
63
63
 
64
64
                fontSize: "xx-small"
65
 
                color: "#5d5d5d"
 
65
                color: UbuntuColors.darkGrey
66
66
                wrapMode: Text.Wrap
67
67
                elide: Text.ElideRight
68
68
                maximumLineCount: 1