mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-17 18:26:17 +02:00
Keeping old css for buttons
This commit is contained in:
parent
304eee5d44
commit
28a0a7110b
@ -254,6 +254,23 @@ hr {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.octo-clickable,
|
||||||
|
.octo-button {
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0 5px;
|
||||||
|
min-width: 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
transition: background 100ms ease-out 0s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.octo-clickable,
|
||||||
|
.octo-button:hover {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
.filled {
|
.filled {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #50aadd;
|
background-color: #50aadd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user