ux/ui
This commit is contained in:
+7
-7
@@ -56,7 +56,7 @@
|
|||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Waybar Container --- */
|
/* --- Waybar Container --- */
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
color: #c6d0f5;
|
color: #c6d0f5;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Left Modules (Individual, Fully Rounded Blocks - With Horizontal Spacing & Simple Hover) --- */
|
/* --- Left Modules (Individual, Fully Rounded Blocks - With Horizontal Spacing & Simple Hover) --- */
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
/* Transition for background-color and color only */
|
/* Transition for background-color and color only */
|
||||||
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
@@ -96,19 +96,19 @@
|
|||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #99d1db;
|
color: #99d1db;
|
||||||
background-color: rgba(153, 209, 219, 0.1);
|
background-color: rgba(153, 209, 219, 0.1);
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background: rgb(41, 42, 53); /* Reference bright hover color */
|
background: rgb(41, 42, 53); /* Reference bright hover color */
|
||||||
color: #c6d0f5;
|
color: #c6d0f5;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Center Module (Individual, Fully Rounded Block - With Simple Hover) --- */
|
/* --- Center Module (Individual, Fully Rounded Block - With Simple Hover) --- */
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 0 !important;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user