destroy ags
This commit is contained in:
@@ -1,161 +0,0 @@
|
||||
|
||||
|
||||
|
||||
|
||||
window.bar {{
|
||||
background-color: {color1.rgba};
|
||||
color: {color1.rgba};
|
||||
opacity: 1;
|
||||
|
||||
}}
|
||||
|
||||
.playerbox {{
|
||||
background-color: {color2};
|
||||
color:rgb(73, 81, 121);
|
||||
border: 3px solid black;
|
||||
border-radius: 15px;
|
||||
}}
|
||||
|
||||
.launcher {{
|
||||
background: none;
|
||||
border: none;
|
||||
}}
|
||||
|
||||
box {{
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
|
||||
Window.SettingsWindow {{
|
||||
background-color: black;
|
||||
color: black;
|
||||
}}
|
||||
.settings_window {{
|
||||
background-color: {color1.rgba};
|
||||
border-radius: 15px;
|
||||
}}
|
||||
|
||||
.focused {{
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
.other {{
|
||||
color: {color3};
|
||||
}}
|
||||
|
||||
.media {{
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
.media:active {{
|
||||
background-color: {color11};
|
||||
}}
|
||||
|
||||
button {{
|
||||
min-width: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
button:active {{
|
||||
background-color: {color11};
|
||||
}}
|
||||
|
||||
button:hover {{
|
||||
border-bottom: 3px solid {color3};
|
||||
}}
|
||||
|
||||
label {{
|
||||
font-weight: bold;
|
||||
}}
|
||||
|
||||
.workspaces button.focused {{
|
||||
border-bottom: 3px solid {color11};
|
||||
}}
|
||||
|
||||
.client-title {{
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
.clock {{
|
||||
color: {color11};
|
||||
}}
|
||||
|
||||
.notification {{
|
||||
color: yellow;
|
||||
}}
|
||||
|
||||
levelbar block,
|
||||
highlight {{
|
||||
min-height: 4px;
|
||||
}}
|
||||
|
||||
/************************************/
|
||||
|
||||
window.notification-popups box.notifications {{
|
||||
padding: .5em;
|
||||
}}
|
||||
|
||||
.icon {{
|
||||
min-width: 68px;
|
||||
min-height: 68px;
|
||||
margin-right: 1em;
|
||||
}}
|
||||
|
||||
.icon image {{
|
||||
font-size: 58px;
|
||||
/* to center the icon */
|
||||
margin: 5px;
|
||||
color: yellow;
|
||||
}}
|
||||
|
||||
.icon box {{
|
||||
min-width: 68px;
|
||||
min-height: 68px;
|
||||
border-radius: 7px;
|
||||
}}
|
||||
|
||||
.notificationbutton {{
|
||||
color: {color3};
|
||||
}}
|
||||
|
||||
.notification {{
|
||||
min-width: 350px;
|
||||
border-radius: 11px;
|
||||
padding: 1em;
|
||||
margin: .5em;
|
||||
border: 1px solid blue;
|
||||
background-color: {color2};
|
||||
}}
|
||||
|
||||
.notification.critical {{
|
||||
border: 1px solid lightcoral;
|
||||
}}
|
||||
|
||||
.title {{
|
||||
color: aqua;
|
||||
font-size: 1.4em;
|
||||
}}
|
||||
|
||||
.body {{
|
||||
color: teal;
|
||||
}}
|
||||
|
||||
.actions .action-button {{
|
||||
margin: 0 .4em;
|
||||
margin-top: .8em;
|
||||
}}
|
||||
|
||||
.actions .action-button:first-child {{
|
||||
margin-left: 0;
|
||||
}}
|
||||
|
||||
.actions .action-button:last-child {{
|
||||
margin-right: 0;
|
||||
}}
|
||||
Reference in New Issue
Block a user