fixed service button color after visited

This commit is contained in:
antil0pa 2019-10-22 23:20:31 +02:00
parent d067635787
commit 54a5ef84ba
2 changed files with 67 additions and 70 deletions

View File

@ -330,7 +330,7 @@ abbr:hover { cursor: help; }
hr { border: solid #E3E3E3; border-width: 1px 0 0; clear: both; margin: 11px 0 30px; height: 0; }
.framed { border: solid #E3E3E3; border-radius: 10px; border-width: 2px 2px;}
/*.framed { border: solid #E3E3E3; border-radius: 10px; border-width: 2px 2px;}*/
/* Links */
@ -397,6 +397,70 @@ img.pull-left { margin: 12px 18px 0px 0px; }
/* Buttons */
.button {
font-size: 85%;
background: #1F5C60;
}
.button1 {
margin-top: 20px;
background: #50162D;
color: #FFF;
}
.button1:hover {
background: #72384F;
color: #50162D;
}
.button1 i {
margin-right: 15px;
font-size: 20px;
}
.button2 {
margin-top: 20px;
background: #1F5C60;
color: #FFF;
}
.button2:hover {
background: #327E82;
color: #1F5C60;
}
.button2 i {
margin-right: 15px;
font-size: 20px;
}
.button3 {
margin-top: 20px;
background: #8EB726;
color: #FFF;
}
.button3:hover {
background: #B1D948;
color: #8EB726;
}
.button3 i {
margin-right: 15px;
font-size: 20px;
}
.button.button4 {
padding: 0px;
}
.button4 {
display:block;
height: 40px;
width: 40px;
background: #50162D;
color: #FFF;
text-align: center;
display: inline-block;
font-size: 15px;
margin: 2px;
border-radius: 50%;
}
.button4:hover {
background: #50162D;
}
.button,
.button:visited,
button,

View File

@ -302,73 +302,6 @@ ul#nav li a:hover .ul#nav li ul {
display: block;
}
/* Buttons
------------------------------------*/
.button {
font-size: 85%;
background: #1F5C60;
}
.button1 {
margin-top: 20px;
background: #50162D;
color: #FFF;
}
.button1:hover {
background: #72384F;
color: #50162D;
}
.button1 i {
margin-right: 15px;
font-size: 20px;
}
.button2 {
margin-top: 20px;
background: #1F5C60;
color: #FFF;
}
.button2:hover {
background: #327E82;
color: #1F5C60;
}
.button2 i {
margin-right: 15px;
font-size: 20px;
}
.button3 {
margin-top: 20px;
background: #8EB726;
color: #FFF;
}
.button3:hover {
background: #B1D948;
color: #8EB726;
}
.button3 i {
margin-right: 15px;
font-size: 20px;
}
.button.button4 {
padding: 0px;
}
.button4 {
display:block;
height: 40px;
width: 40px;
background: #50162D;
color: #FFF;
text-align: center;
display: inline-block;
font-size: 15px;
margin: 2px;
border-radius: 50%;
}
.button4:hover {
background: #50162D;
}
/* Template Specific
------------------------------------*/
@ -547,7 +480,7 @@ ul#nav li a:hover .ul#nav li ul {
}
*/
.service-btn {
.service-btn, .service-btn:visited {
position: relative;
bottom: -13px;
width: 30%;
@ -587,7 +520,7 @@ ul#nav li a:hover .ul#nav li ul {
align-items: flex-start;
}
.client-item{
.client-item {
position: relative;
width: 20%;
border: none;