Pārlūkot izejas kodu

add theme bootswatch

HOME 2 gadi atpakaļ
vecāks
revīzija
985d0f5100

+ 2 - 2
FNZCM/FNZCM.BlazorWasm/UI/App.razor

@@ -41,8 +41,8 @@
             <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
                 <div class="row justify-content-evenly mt-2">
                     <div class="d-flex flex-row bd-highlight mt-2">
-                        <div>
-                            Libs(@Libraries.Count):
+                        <div style="padding-right:5px;">
+                            Lobrary (@Libraries.Count) :
                         </div>
                         <Select2 class="flex-fill" TItem="KeyValuePair<string,Library>"
                              TSource="IReadOnlyCollection<KeyValuePair<string,Library>>"

+ 3 - 0
FNZCM/FNZCM.BlazorWasm/wwwroot/fnz.css

@@ -0,0 +1,3 @@
+.select2-results__option {
+    color:black;
+}

+ 3 - 1
FNZCM/FNZCM.BlazorWasm/wwwroot/index.html

@@ -7,8 +7,10 @@
     <link rel="icon" type="image/x-icon" href="favicon.ico">
     <title>Blazor WASM UI</title>
 
-    <link href="lib/bootstrap/bootstrap.min.css" rel="stylesheet" />
+    <!--<link href="lib/bootstrap/bootstrap.min.css" rel="stylesheet" />-->
+    <link href="lib/bootstrap/bootswatch/bootstrap.min.css" rel="stylesheet" />
     <link href="lib/select2/select2.min.css" rel="stylesheet" />
+    <link href="fnz.css" rel="stylesheet" />
 </head>
 
 <body>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 12 - 0
FNZCM/FNZCM.BlazorWasm/wwwroot/lib/bootstrap/bootswatch/bootstrap.min.css


FNZCM/FNZCM.BlazorWasm/wwwroot/lib/bootstrap/bootstrap.min.css → FNZCM/FNZCM.BlazorWasm/wwwroot/lib/bootstrap/default/bootstrap.min.css