mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-23 11:47:57 -07:00
Add border-radius to page-indicator-icon and user-icon
Remove unnecessary CSS rules from user-widget-label
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
|
||||
|
||||
.page-indicator .page-indicator-icon {
|
||||
border-radius: 99px;
|
||||
background-color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
|
@@ -169,11 +169,4 @@
|
||||
/* User widget */
|
||||
.user-widget .user-widget-label {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
.user-widget.horizontal .user-icon StIcon,
|
||||
.user-widget.vertical .user-icon StIcon {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
@@ -67,6 +67,13 @@
|
||||
|
||||
|
||||
/* user avatar */
|
||||
.user-icon {
|
||||
border-radius: 999px;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
|
||||
}
|
||||
|
||||
.user-icon.user-avatar {
|
||||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
Reference in New Issue
Block a user