aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-04-27 20:42:13 +0530
committerPriyansh <[email protected]>2021-04-27 20:42:13 +0530
commita8edac4105f007003c3f244b482d03732ce74398 (patch)
tree1440e377da6b4ba18ca3151066efbafeed7a9c06 /css/main.css
parentb18cf71249b26d965215bcf06204daf6af5f55e7 (diff)
downloadstyx-a8edac4105f007003c3f244b482d03732ce74398.tar.xz
styx-a8edac4105f007003c3f244b482d03732ce74398.zip
Preferences + List FavoritesHEADmaster
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index aff89a1..f4faa18 100644
--- a/css/main.css
+++ b/css/main.css
@@ -77,6 +77,9 @@ body {
.topNavigationBar {
padding: 5px 10px;
-webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
-webkit-app-region: drag;
background: #ffffff;
}
@@ -108,6 +111,13 @@ body {
padding: 10px;
}
+.sidebar {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
.sidebar .sidebarTitle {
color: #3d3d3d;
font-weight: 700;
@@ -117,9 +127,8 @@ body {
.sidebar ul {
list-style: none;
margin: 0;
- padding: 0;
+ padding: 0px;
cursor: default;
- -webkit-user-select: none;
}
.sidebar ul .selected {
@@ -129,7 +138,7 @@ body {
.sidebar ul li {
font-size: 14px;
cursor: default;
- -webkit-user-select: none;
+ padding: 10px;
}
.sidebar ul li i {