Merge pull request #18545 from owncloud/button-style
remove border from button style
This commit is contained in:
commit
c16113ea37
|
@ -200,7 +200,7 @@ button, .button,
|
||||||
background-color: rgba(240,240,240,.9);
|
background-color: rgba(240,240,240,.9);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #555;
|
color: #555;
|
||||||
border: 1px solid rgba(190,190,190,.9);
|
border: 1px solid rgba(240,240,240,.9);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input[type="submit"]:hover, input[type="submit"]:focus,
|
input[type="submit"]:hover, input[type="submit"]:focus,
|
||||||
|
|
Loading…
Reference in New Issue