Replace hexagons with circles
This commit is contained in:
parent
b8d8996caa
commit
daf4df359e
1 changed files with 5 additions and 5 deletions
|
@ -522,7 +522,7 @@ a img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 0 5px 0 5px;
|
margin: 0 5px 0 5px;
|
||||||
transition: background-color 0.25s;
|
transition: background-color 0.25s;
|
||||||
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
|
clip-path: circle(50%);
|
||||||
}
|
}
|
||||||
.toggle_down::before {
|
.toggle_down::before {
|
||||||
background-position: 0 -17px;
|
background-position: 0 -17px;
|
||||||
|
@ -816,7 +816,7 @@ img.sort, .sort {
|
||||||
padding: 3px 6px 0px 6px;
|
padding: 3px 6px 0px 6px;
|
||||||
color: var(--neutral-light-color);
|
color: var(--neutral-light-color);
|
||||||
background: var(--color1);
|
background: var(--color1);
|
||||||
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
|
clip-path: circle(50%);
|
||||||
|
|
||||||
}
|
}
|
||||||
.dropmenu li .active .amt, #top_info li .active .amt {
|
.dropmenu li .active .amt, #top_info li .active .amt {
|
||||||
|
@ -4426,7 +4426,7 @@ h2.profile_hd::before,
|
||||||
padding: 3px 6px 0px 6px;
|
padding: 3px 6px 0px 6px;
|
||||||
background: var(--color5);
|
background: var(--color5);
|
||||||
color: var(--neutral-light-color);
|
color: var(--neutral-light-color);
|
||||||
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
|
clip-path: circle(50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -4687,7 +4687,7 @@ img.theme_thumbnail {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
.khbb_nav ul li:hover img {
|
.khbb_nav ul li:hover img {
|
||||||
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
|
clip-path: circle(50%);
|
||||||
background-color: var(--neutral-light-color);
|
background-color: var(--neutral-light-color);
|
||||||
}
|
}
|
||||||
.khbb_nav ul li a:hover .khbb_subtitlemenu, .khbb_nav ul li a:focus .khbb_subtitlemenu {
|
.khbb_nav ul li a:hover .khbb_subtitlemenu, .khbb_nav ul li a:focus .khbb_subtitlemenu {
|
||||||
|
@ -4822,7 +4822,7 @@ img.theme_thumbnail {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 0 5px 0 5px;
|
margin: 0 5px 0 5px;
|
||||||
transition: background-color 0.25s;
|
transition: background-color 0.25s;
|
||||||
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
|
clip-path: circle(50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Divers KH */
|
/* Divers KH */
|
||||||
|
|
Loading…
Reference in a new issue