Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-05-04 08:22:13 +0300
committerjnew-gh <github@hazelden.ca>2021-05-04 08:22:13 +0300
commit4b3b8780365f86ed9adec4fb00701c6920a63383 (patch)
tree1e67659c143bd2da18593e6c78fbf74c98313b9d
parent7ced8159928d75986239cb78a33d2d2eb8698338 (diff)
css style changes for hamburger menu icon
-rw-r--r--default.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/default.css b/default.css
index f5cecd4..01a5209 100644
--- a/default.css
+++ b/default.css
@@ -330,14 +330,17 @@ table.reportdata tr.pinned {
}
.menu_icon {
- display: inline-block;
+ width: 1.5em;
cursor: default;
- font-size: 300%;
+ border: .2em solid var(--header);
+ border-radius: .3em;
+ padding: .3em;
+ vertical-align: bottom;
+ transition: 0.15s all linear;
}
.menu_icon:hover{
- /* font-weight: bold; */
- background-color: var(--selected);
+ border-color: var(--shadow);
}
.menu {