Skip to content
Snippets Groups Projects
Commit f0fc7112 authored by Антон Шалимов's avatar Антон Шалимов
Browse files

fix css

parent 5e4e41d9
Branches
Tags
No related merge requests found
......@@ -223,6 +223,29 @@
display: inline;
text-align: right;
}
.confirmDeleteDiv .confirmDeleteModule {
margin-left: 10px;
cursor: pointer;
background: transparent;
font-weight: bold;
color: #00CC00
}
.confirmDeleteSubModule {
margin-left: 10px;
cursor: pointer;
background: transparent;
font-weight: bold;
color: #00CC00
}
.confirmDeleteDiv .cancel {
margin-left: 10px;
cursor: pointer;
background: transparent;
font-weight: bold;
color: #ff0000
}
.inputName {
border: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment