]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Renames Awesomeplete dollar variable to avoid conflicts with jQuery
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 8a7409b23df05dc4160eefb559d0cd9b5a9db31c..305afddc47da84da7c5bef3c496f0bb8ba1ad37b 100644 (file)
@@ -33,6 +33,10 @@ h1 {
     margin-bottom: 20px;
 }
 
+em {
+    font-style: italic;
+}
+
 /* Buttons */
 .bigbutton {
     background-color: #c0c0c0;
@@ -1147,6 +1151,10 @@ ul.errors {
     margin: 10px 0;
 }
 
+#pluginsadmin label {
+    cursor: pointer;
+}
+
 #pluginsadmin .plugin_parameter {
     padding: 5px 0;
     border-width: 1px 0;
@@ -1174,3 +1182,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}