rounded corners
This commit is contained in:
@@ -705,6 +705,8 @@ data:
|
|||||||
min-height: 2.2em !important;
|
min-height: 2.2em !important;
|
||||||
padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */
|
padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
|
border-top-left-radius: 12px !important;
|
||||||
|
border-top-right-radius: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The h2 title text inside */
|
/* The h2 title text inside */
|
||||||
@@ -772,6 +774,8 @@ data:
|
|||||||
.widget-type-reddit,
|
.widget-type-reddit,
|
||||||
.widget-type-bookmarks {
|
.widget-type-bookmarks {
|
||||||
background-color: rgba(20, 50, 70, 0.35) !important; /* DARK BLUE, semi-transparent */
|
background-color: rgba(20, 50, 70, 0.35) !important; /* DARK BLUE, semi-transparent */
|
||||||
|
border-bottom-left-radius: 12px !important;
|
||||||
|
border-bottom-right-radius: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RSS feed items */
|
/* RSS feed items */
|
||||||
|
|||||||
Reference in New Issue
Block a user