Skip to content
Snippets Groups Projects
Unverified Commit 77345a09 authored by Weilbyte's avatar Weilbyte
Browse files

Red color for removal icon

parent ad6a21d9
No related branches found
No related tags found
No related merge requests found
......@@ -776,6 +776,10 @@ a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-refresh"]:before {
color: #faa61a;
}
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-trash-o"]:before {
color: #ba2b2d;
}
#userinfo.x-btn {
background-color: transparent !important;
border: 1px solid #d23d3f !important;
......
This diff is collapsed.
......@@ -88,6 +88,9 @@ div[id^="panel-"][id$="-body"]
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-refresh"]:before
color: $yellow
a[id^="menuitem-"][id$="-itemEl"] div[class*="fa-trash-o"]:before
color: $red
#userinfo.x-btn
background-color: transparent !important
border: 1px solid #d23d3f !important
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment