summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/addnew.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 39b7c4d60..942de2eb2 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -47,14 +47,27 @@
margin-top: 1px;
}
+.add-new .action-button {
+ width: 30px;
+ background-position: center;
+ background-repeat: no-repeat;
+}
+
.add-new .back-button {
border-radius: 0;
- width: 30px;
background-image: url('%webroot%/core/img/actions/delete.svg');
- background-position: center;
- background-repeat: no-repeat;
}
-.add-new .back-button:hover {
- background-image: url('%webroot%/core/img/actions/delete-hover.svg');
+.add-new .new-button {
+ border-radius: 0;
+ background-image: url('%appswebroot%/news/img/add.svg');
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
+}
+
+.add-new .create-button {
+ border-radius: 0;
+ background-image: url('%appswebroot%/news/img/mark_read.svg');
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
} \ No newline at end of file