~stephen-stewart/ulysses/async-del

« back to all changes in this revision

Viewing changes to src/buttons.css

  • Committer: Stephen Stewart
  • Date: 2014-10-17 23:55:41 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: stephen.stewart@canonical.com-20141017235541-tliyyhb6m9mdzqco
explicity set color

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.ues-button {
2
2
    background-color: #dedede;
 
3
    color:#333;
3
4
    border-radius: 3px;
4
5
    display:inline-block;
5
6
    font-weight:300;
81
82
    background-color:#dedede;
82
83
}
83
84
 
84
 
a.ues-button {
85
 
    color:inherit;
86
 
}
87
 
 
88
85
.ues-button-small {
89
86
    font-size:11px;
90
87
    padding:1px 10px;