~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to src/maasserver/static/css/components/title_form.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.page-title-form {
2
2
    background: transparent url(../?img/content_tail.png) no-repeat 50px bottom;
3
3
    }
 
4
 
4
5
.page-title-form input {
5
6
    border: 2px solid transparent;
6
7
    background-color: transparent;
14
15
    -webkit-border-radius: 6px;
15
16
    border-radius: 6px;
16
17
    }
 
18
 
17
19
.page-title-form input:focus,
18
20
.page-title-form input:hover {
19
21
    border: 2px solid #5E2750;