1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00
This commit is contained in:
Thomas Graviou
2019-11-04 13:41:56 +01:00
parent aa163e62e1
commit e836219021
4 changed files with 58 additions and 6 deletions

View File

@@ -497,6 +497,10 @@ textarea {
input[type="text"] {
height: 34px;
}
span {
display: flex;
justify-content: center;
}
.btn, .btn:hover, .btn:focus,
a.btn, a.btn:hover, a.btn:focus {
background-color: #CB4D59;
@@ -561,6 +565,50 @@ a.btn:active {
top:3px;
border-bottom: 0;
}
.random, .random:hover, .random:focus,
a.random, a.random:hover, a.random:focus {
background-color: #18AE90;
background-image: none;
border: 0;
border-bottom: 3px solid #017F66;
border-radius: 0;
color: #FEFDFD;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
outline: none;
padding: 5px 20px;
position: relative;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
-moz-user-select: none;
-webkit-appearance: none;
}
.reset, .reset:hover, .reset:focus,
a.reset, a.reset:hover, a.reset:focus {
background-color: #CB4D59;
background-image: none;
border: 0;
border-bottom: 3px solid #8B121E;
border-radius: 0;
color: #FEFDFD;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
outline: none;
padding: 5px 20px;
position: relative;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
-moz-user-select: none;
-webkit-appearance: none;
}
/**
* GENERAL
* -----------------------------------------------------------------------------