mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Better button styling
This commit is contained in:
parent
a140f867b4
commit
4df677d951
@ -537,17 +537,18 @@ h3 {
|
||||
}
|
||||
|
||||
.btnx-group .buttonx {
|
||||
background-color: #FF6600;
|
||||
background-color: #D66A0C;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 6px 16px;
|
||||
padding: 4px 14px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 18px;
|
||||
font-size: 17px;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 8px;
|
||||
border-right: 1px solid #333333;
|
||||
}
|
||||
|
||||
@ -577,5 +578,5 @@ h3 {
|
||||
right: 20px;
|
||||
}
|
||||
.btnx-group .buttonx:hover {
|
||||
background-color: #e6461a;
|
||||
background-color: #EF8341;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user