Skip to content

Commit 6529cf9

Browse files
committed
modificat css
1 parent cf6e734 commit 6529cf9

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

css/frame.css

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
.group.open {
6060
border-bottom: 1px solid #DFDFDF;
61+
6162
}
6263

6364
.group-title {
@@ -491,7 +492,7 @@ div.group-content .group-description {
491492

492493
.from-web-btn:hover{
493494
color: white !important;
494-
background: #84d700 url("../images/web.png") no-repeat scroll 7px -38px !important;
495+
background: #89B158 url("../images/web.png") no-repeat scroll 7px -38px !important;
495496
transition: all 0.3s ease 0s;
496497
padding-left: 25px !important;
497498
-webkit-transition: all .3s ease;
@@ -500,7 +501,7 @@ div.group-content .group-description {
500501
-o-transition: all .3s ease;
501502
transition: all .3s ease;
502503
margin-left: 2px !important;
503-
border: 1px solid #84d700 !important;
504+
border: 1px solid #89B158 !important;
504505
box-shadow: none !important;
505506
}
506507

@@ -511,4 +512,30 @@ div.group-content .group-description {
511512
.preview-btn{
512513
font-family: "Open Sans",sans-serif;
513514
font-weight: 700;
515+
}
516+
517+
.show-live-btn{
518+
margin-top: 15px !important;
519+
width: 100%;
520+
background-color: #F90 !important;
521+
border-color: #E98B00 !important;
522+
font-family: "Open Sans",sans-serif;
523+
font-weight: 700;
524+
box-shadow: none !important;
525+
}
526+
527+
528+
.show-live-btn:hover{
529+
margin-top: 15px !important;
530+
width: 100%;
531+
background-color: #ea8c00 !important;
532+
border-color: #E98B00 !important;
533+
font-family: "Open Sans",sans-serif;
534+
font-weight: 700;
535+
box-shadow: none !important;
536+
-webkit-transition: all .3s ease;
537+
-moz-transition: all .3s ease;
538+
-ms-transition: all .3s ease;
539+
-o-transition: all .3s ease;
540+
transition: all .3s ease;
514541
}

0 commit comments

Comments
 (0)